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