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