[xiph-cvs] cvs commit: vorbis/doc/xml 05-comment.xml Vorbis_I_spec.xml
Ralph Giles
giles at xiph.org
Thu Oct 31 11:37:57 PST 2002
giles 02/10/31 14:37:57
Modified: doc/xml 05-comment.xml Vorbis_I_spec.xml
Log:
This is how you include the defined entity sets. Why these aren't
defined by the DTD I can't fathom. Thanks to SeeTemp for the correct
syntax.
Revision Changes Path
1.5 +3 -2 vorbis/doc/xml/05-comment.xml
Index: 05-comment.xml
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/xml/05-comment.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- 05-comment.xml 27 Oct 2002 14:55:31 -0000 1.4
+++ 05-comment.xml 31 Oct 2002 19:37:57 -0000 1.5
@@ -1,13 +1,14 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-<!ENTITY uuml "ü"> <!-- Latin small letter u with diaeresis -->
+<!ENTITY % isolat1 SYSTEM "http://www.oasis-open.org/docbook/xml/4.2/ent/iso-lat1.ent">
+%isolat1;
]>
<section id="vorbis-spec-comment">
<sectioninfo>
<releaseinfo>
- $Id: 05-comment.xml,v 1.4 2002/10/27 14:55:31 giles Exp $
+ $Id: 05-comment.xml,v 1.5 2002/10/31 19:37:57 giles Exp $
<emphasis>Last update to this document: July 16, 2002</emphasis>
</releaseinfo>
</sectioninfo>
<p><p>1.10 +1 -5 vorbis/doc/xml/Vorbis_I_spec.xml
Index: Vorbis_I_spec.xml
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/xml/Vorbis_I_spec.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Vorbis_I_spec.xml 27 Oct 2002 14:55:31 -0000 1.9
+++ Vorbis_I_spec.xml 31 Oct 2002 19:37:57 -0000 1.10
@@ -2,11 +2,7 @@
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[
-<!-- parser isn't finding %isolat1; -->
-<!ENTITY uuml "ü"> <!-- Latin small letter u with diaeresis -->
-<!-- parser isn't finding %isogrk3; -->
-<!ENTITY pi "π"> <!-- GREEK SMALL LETTER PI -->
-<!ENTITY colophon SYSTEM "footer.xml">
+ <!ENTITY colophon SYSTEM "footer.xml">
]>
<article>
<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