12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" standalone="no"?>
- <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
- [
- <!ENTITY colophon SYSTEM "footer.xml">
- ]>
- <article>
- <articleinfo>
- <title>Vorbis I specification</title>
- <corpauthor>Xiph.org Foundation</corpauthor>
- </articleinfo>
- <xi:include href="01-introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <xi:include href="02-bitpacking.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <xi:include href="03-codebook.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <xi:include href="04-codec.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <xi:include href="05-comment.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <xi:include href="06-floor0.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <xi:include href="07-floor1.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <xi:include href="08-residue.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <xi:include href="09-helper.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <xi:include href="10-tables.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <xi:include href="a1-encapsulation_ogg.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <xi:include href="a2-encapsulation_rtp.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <xi:include href="footer.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- </article>
|