From: Ralph Giles Date: Sun, 27 Oct 2002 14:55:31 +0000 (+0000) Subject: Switch to XInclude from SYSTEM entities for module inclusion to work around X-Git-Tag: v1.3.3~632 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b2be63fde656f4a90299223fa27d14448337495;p=platform%2Fupstream%2Flibvorbis.git 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 --- diff --git a/doc/xml/01-introduction.xml b/doc/xml/01-introduction.xml index c5f94b9..bb12102 100644 --- a/doc/xml/01-introduction.xml +++ b/doc/xml/01-introduction.xml @@ -1,7 +1,13 @@ + + +
- $Id: 01-introduction.xml,v 1.4 2002/10/21 23:36:59 giles Exp $ + $Id: 01-introduction.xml,v 1.5 2002/10/27 14:55:31 giles Exp $ Last update to this document: July 18, 2002 @@ -12,8 +18,8 @@ This document provides a high level description of the Vorbis codec's -construction. A bit-by-bit specification appears beginning in . The later sections assume a high-level +construction. A bit-by-bit specification appears beginning in . +The later sections assume a high-level understanding of the Vorbis decode process, which is provided here. diff --git a/doc/xml/02-bitpacking.xml b/doc/xml/02-bitpacking.xml index 2a65128..0c3a230 100644 --- a/doc/xml/02-bitpacking.xml +++ b/doc/xml/02-bitpacking.xml @@ -1,7 +1,13 @@ + + +
- $Id: 02-bitpacking.xml,v 1.4 2002/10/21 23:37:00 giles Exp $ + $Id: 02-bitpacking.xml,v 1.5 2002/10/27 14:55:31 giles Exp $ Last update to this document: July 14, 2002 diff --git a/doc/xml/03-codebook.xml b/doc/xml/03-codebook.xml index c14e1a0..e178bf6 100644 --- a/doc/xml/03-codebook.xml +++ b/doc/xml/03-codebook.xml @@ -1,7 +1,13 @@ + + +
- $Id: 03-codebook.xml,v 1.3 2002/10/21 23:37:00 giles Exp $ + $Id: 03-codebook.xml,v 1.4 2002/10/27 14:55:31 giles Exp $ Last update to this document: August 8, 2002 diff --git a/doc/xml/04-codec.xml b/doc/xml/04-codec.xml index 1d53868..d210a32 100644 --- a/doc/xml/04-codec.xml +++ b/doc/xml/04-codec.xml @@ -1,7 +1,13 @@ + + +]> +
- $Id: 04-codec.xml,v 1.5 2002/10/25 14:41:13 giles Exp $ + $Id: 04-codec.xml,v 1.6 2002/10/27 14:55:31 giles Exp $ Last update to this document: October 15, 2002 diff --git a/doc/xml/05-comment.xml b/doc/xml/05-comment.xml index 71ef341..916dde4 100644 --- a/doc/xml/05-comment.xml +++ b/doc/xml/05-comment.xml @@ -1,7 +1,13 @@ + + +]> +
- $Id: 05-comment.xml,v 1.3 2002/10/25 14:41:44 giles Exp $ + $Id: 05-comment.xml,v 1.4 2002/10/27 14:55:31 giles Exp $ Last update to this document: July 16, 2002 diff --git a/doc/xml/06-floor0.xml b/doc/xml/06-floor0.xml index 9260333..89b860c 100644 --- a/doc/xml/06-floor0.xml +++ b/doc/xml/06-floor0.xml @@ -1,7 +1,13 @@ + + +
- $Id: 06-floor0.xml,v 1.5 2002/10/26 15:43:57 giles Exp $ + $Id: 06-floor0.xml,v 1.6 2002/10/27 14:55:31 giles Exp $ Last update to this document: July 19, 2002 diff --git a/doc/xml/07-floor1.xml b/doc/xml/07-floor1.xml index 31b40ee..748166d 100644 --- a/doc/xml/07-floor1.xml +++ b/doc/xml/07-floor1.xml @@ -1,7 +1,13 @@ + + +
- $Id: 07-floor1.xml,v 1.2 2002/10/18 00:43:00 giles Exp $ + $Id: 07-floor1.xml,v 1.3 2002/10/27 14:55:31 giles Exp $ Last update to this document: October 15, 2002 diff --git a/doc/xml/08-residue.xml b/doc/xml/08-residue.xml index def2bb8..8b34315 100644 --- a/doc/xml/08-residue.xml +++ b/doc/xml/08-residue.xml @@ -1,7 +1,13 @@ + + +
- $Id: 08-residue.xml,v 1.2 2002/10/13 15:18:47 giles Exp $ + $Id: 08-residue.xml,v 1.3 2002/10/27 14:55:31 giles Exp $ Last update to this document: July 19, 2002 @@ -176,8 +182,6 @@ vector to begin with, residue type 1 and type 2 are equivalent.
-
-
Residue decode @@ -451,3 +455,5 @@ decoded.
+ +
diff --git a/doc/xml/09-helper.xml b/doc/xml/09-helper.xml index 7da24f0..e674a8b 100644 --- a/doc/xml/09-helper.xml +++ b/doc/xml/09-helper.xml @@ -1,7 +1,13 @@ + + +
- $Id: 09-helper.xml,v 1.3 2002/10/16 21:43:32 giles Exp $ + $Id: 09-helper.xml,v 1.4 2002/10/27 14:55:31 giles Exp $ Last update to this document: October 15, 2002 diff --git a/doc/xml/10-tables.xml b/doc/xml/10-tables.xml index 4bc50c1..584758d 100644 --- a/doc/xml/10-tables.xml +++ b/doc/xml/10-tables.xml @@ -1,7 +1,13 @@ + + +
- $Id: 10-tables.xml,v 1.1 2002/10/12 20:37:11 giles Exp $ + $Id: 10-tables.xml,v 1.2 2002/10/27 14:55:31 giles Exp $ Last update to this document: July 18, 2002 diff --git a/doc/xml/Vorbis_I_spec.xml b/doc/xml/Vorbis_I_spec.xml index 5813be7..82a79f9 100644 --- a/doc/xml/Vorbis_I_spec.xml +++ b/doc/xml/Vorbis_I_spec.xml @@ -6,18 +6,6 @@ - - - - - - - - - - - - ]> @@ -27,18 +15,20 @@ Xiph.org Foundation -&intro; -&bitpacking; -&codebook; -&codec; -&comment; -&floor0; -&floor1; -&residue; -&helpers; -&tables; -&oggvorbis; -&rtpvorbis; -&colophon; + + + + + + + + + + + + + + + diff --git a/doc/xml/a1-encapsulation_ogg.xml b/doc/xml/a1-encapsulation_ogg.xml index ff6ea4d..f4bcb12 100644 --- a/doc/xml/a1-encapsulation_ogg.xml +++ b/doc/xml/a1-encapsulation_ogg.xml @@ -1,9 +1,14 @@ - + + + Last update to this document: July 14, 2002 - $Id: a1-encapsulation_ogg.xml,v 1.1 2002/10/16 22:46:44 giles Exp $ + $Id: a1-encapsulation_ogg.xml,v 1.2 2002/10/27 14:55:31 giles Exp $ Embedding Vorbis into an Ogg stream diff --git a/doc/xml/a2-encapsulation_rtp.xml b/doc/xml/a2-encapsulation_rtp.xml index e3b705b..370717b 100644 --- a/doc/xml/a2-encapsulation_rtp.xml +++ b/doc/xml/a2-encapsulation_rtp.xml @@ -1,14 +1,19 @@ - + + + - $Id: a2-encapsulation_rtp.xml,v 1.2 2002/10/26 13:21:35 giles Exp $ + $Id: a2-encapsulation_rtp.xml,v 1.3 2002/10/27 14:55:31 giles Exp $ Vorbis encapsulation in RTP - + + + + + Colophon @@ -19,7 +26,7 @@ -Ogg is a Xiph.org Foundation effort +Ogg is a Xiph.org Foundation effort to protect essential tenets of Internet multimedia from corporate hostage-taking; Open Source is the net's greatest tool to keep everyone honest. See About @@ -50,3 +57,4 @@ This document is set in DocBook XML. +