- From: Chris Maden <crism@ora.com>
- Date: Tue, 17 Feb 1998 11:40:14 -0500
- To: xml-editor@w3.org
In [24], the quote literals aren't quoted.
S 'version' Eq (' VersionNum ' | " VersionNum ")
should be
S 'version' Eq ("'" VersionNum "'" | '"' VersionNum '"')
In [41], the WFC "No < in Attribute Values" isn't necessary, by virtue
of [10] AttValue, which forbids <.
In 4.4.5, the first example defines %YN; but uses &YN;.
Throughout, references to other documents are made with [IANA]
notation, but the bibliography does not provide a lookup for these
keys.
-Chris
--
<!NOTATION SGML.Geek PUBLIC "-//Anonymous//NOTATION SGML Geek//EN">
<!ENTITY crism PUBLIC "-//O'Reilly//NONSGML Christopher R. Maden//EN"
"<URL>http://www.oreilly.com/people/staff/crism/ <TEL>+1.617.499.7487
<USMAIL>90 Sherman Street, Cambridge, MA 02140 USA" NDATA SGML.Geek>
Received on Tuesday, 17 February 1998 11:34:52 UTC