Use xinclude to import the vorbis-over-rtp internet draft text. This only
authorRalph Giles <giles@xiph.org>
Sat, 26 Oct 2002 13:21:35 +0000 (13:21 +0000)
committerRalph Giles <giles@xiph.org>
Sat, 26 Oct 2002 13:21:35 +0000 (13:21 +0000)
works on xsltproc. Saxon and Xalan implement a different extension, which
is given in a comment.

svn path=/trunk/vorbis/; revision=4052

doc/xml/a2-encapsulation_rtp.xml

index 2bc27ef..e3b705b 100644 (file)
@@ -2,18 +2,18 @@
 <appendix id="vorbis-over-rtp">
 <appendixinfo>
  <releaseinfo>
-  <emphasis>$Id: a2-encapsulation_rtp.xml,v 1.1 2002/10/16 22:46:44 giles Exp $</emphasis>
+  <emphasis>$Id: a2-encapsulation_rtp.xml,v 1.2 2002/10/26 13:21:35 giles Exp $</emphasis>
  </releaseinfo>
 </appendixinfo>
 <title>Vorbis encapsulation in RTP</title>
 
-<screen>
-<!-- the draft-rtp entity must be declared in the enclosing document.
-     currently it points to the internet draft text file -->
-<![CDATA[
-&draft-rtp;
-]]>
-</screen>
+<literallayout class="monospaced">
+<!-- this works with extensions implemented in Saxon and Xalan 
+<textobject><textdata fileref="../draft-moffitt-vorbis-rtp-00.txt"/></textobject> -->
+<!-- this works with xinclude, implemented in xsltproc -->
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+      href="../draft-moffitt-vorbis-rtp-00.txt" parse="text"/>
+</literallayout>
 
 </appendix>