[xiph-cvs] cvs commit: vorbis/doc/xml a2-encapsulation_rtp.xml

Ralph Giles giles at xiph.org
Sat Oct 26 06:21:35 PDT 2002



giles       02/10/26 09:21:35

  Modified:    doc/xml  a2-encapsulation_rtp.xml
  Log:
  Use xinclude to import the vorbis-over-rtp internet draft text. This only
  works on xsltproc. Saxon and Xalan implement a different extension, which
  is given in a comment.

Revision  Changes    Path
1.2       +8 -8      vorbis/doc/xml/a2-encapsulation_rtp.xml

Index: a2-encapsulation_rtp.xml
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/xml/a2-encapsulation_rtp.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- a2-encapsulation_rtp.xml	16 Oct 2002 22:46:44 -0000	1.1
+++ a2-encapsulation_rtp.xml	26 Oct 2002 13:21:35 -0000	1.2
@@ -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>
 

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list