Switch to XInclude from SYSTEM entities for module inclusion to work around
authorRalph Giles <giles@xiph.org>
Sun, 27 Oct 2002 14:55:31 +0000 (14:55 +0000)
committerRalph Giles <giles@xiph.org>
Sun, 27 Oct 2002 14:55:31 +0000 (14:55 +0000)
commit4b2be63fde656f4a90299223fa27d14448337495
tree3867fc2d5066d5c762cc46a259e4a6942849e9ac
parent6d836170a380c08b653cffa1db11fb7e242e200e
Switch to XInclude from SYSTEM entities for module inclusion to work around
a bug in xsltproc which prevents xref resolution in complex documents
(http://bugzilla.gnome.org/show_bug.cgi?id=96925).

This pretty much ties us to xsltproc for the time being. To use another
XSLT engine, try running the top-level file through 'xmllint --xinclude'
first.

Running things through 'xmllint --noent' is also an effective work around,
but xinclude is nicer for most of our purposes.

Also corrects a nesting problem in the residue decode section.

svn path=/trunk/vorbis/; revision=4063
14 files changed:
doc/xml/01-introduction.xml
doc/xml/02-bitpacking.xml
doc/xml/03-codebook.xml
doc/xml/04-codec.xml
doc/xml/05-comment.xml
doc/xml/06-floor0.xml
doc/xml/07-floor1.xml
doc/xml/08-residue.xml
doc/xml/09-helper.xml
doc/xml/10-tables.xml
doc/xml/Vorbis_I_spec.xml
doc/xml/a1-encapsulation_ogg.xml
doc/xml/a2-encapsulation_rtp.xml
doc/xml/footer.xml