tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

externalresource3xml.xml (1193B)


      1 <doc
      2  xmlns:its="http://www.w3.org/2005/11/its" 
      3  xmlns:dbk="http://docbook.org/ns/docbook" >
      4 <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:xlink="http://www.w3.org/1999/xlink" version="2.0" xlink:href="externalresource3xmlrules.xml"/>
      5 <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:dbk="http://docbook.org/ns/docbook" version="2.0">
      6  <its:externalResourceRefRule selector="//dbk:audiodata" externalResourceRefPointer="@fileref"/>
      7 </its:rules>
      8 <dbk:mediaobject>
      9  <dbk:videoobject>
     10   <dbk:videodata fileref="movie.avi"/>
     11  </dbk:videoobject>
     12  <dbk:audioobject>
     13   <dbk:audiodata fileref="movie.mp3"/>
     14  </dbk:audioobject>
     15  <dbk:imageobject>
     16   <dbk:imagedata fileref="movie-frame.gif"/>
     17  </dbk:imageobject>
     18  <dbk:textobject>
     19   <dbk:para>This video illustrates the proper way to assemble an inverting time distortion
     20       device. </dbk:para>
     21   <dbk:warning>
     22    <dbk:para> It is imperative that the primary and secondary temporal couplings not be
     23         mounted in the wrong order. Temporal catastrophe is the likely result. The
     24         future you destroy may be your own. </dbk:para>
     25   </dbk:warning>
     26  </dbk:textobject>
     27 </dbk:mediaobject>
     28 </doc>