externalresource4xml.xml (978B)
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:param name="externalResourceParam">movie-frame.gif</its:param> 6 <its:externalResourceRefRule selector="//dbk:imagedata[@fileref=$externalResourceParam]" externalResourceRefPointer="@fileref"/> 7 </its:rules> 8 <dbk:mediaobject> 9 <dbk:videoobject> 10 <dbk:videodata fileref="movie.avi"/> 11 </dbk:videoobject> 12 <dbk:imageobject> 13 <dbk:imagedata fileref="movie-frame.gif"/> 14 </dbk:imageobject> 15 <dbk:textobject> 16 <dbk:para>This video illustrates the proper way to assemble an inverting time distortion 17 device. </dbk:para> 18 <dbk:warning> 19 <dbk:para> It is imperative that the primary and secondary temporal couplings not be 20 mounted in the wrong order. Temporal catastrophe is the likely result. The 21 future you destroy may be your own. </dbk:para> 22 </dbk:warning> 23 </dbk:textobject> 24 </dbk:mediaobject> 25 </doc>