[Home] [By Thread] [By Date] [Recent Entries]

  • To: xml-dev@l...
  • Subject: possible error in XML spec
  • From: "James Cerra" <jc2astro@h...>
  • Date: Mon, 22 Jul 2002 12:40:56 -0400
  • Bcc:

I believe there is an error in the XML 1.0 (Second Edition) specification.  
Shouldn't the following Literal (From: section 2.3, also on page 9 in the 
PDF):

[12] PubidLiteral ::= '"' PubidChar* '"' | "'" (PubidChar - "'")* "'"

actually be:

[12] PubidLiteral ::= '"' PubidChar* '"' | "'" (PubidChar - "'" + '"')* "'"

Since the PublicChar literal doesn't include the double-quote (") sign:

[13] PubidChar ::= #x20 | #xD | #xA | [a-zA-Z0-9] | [-'()+,./:=?;!*#@$_%]

Note: white-space has been edited to be mail-editor-friendly.

---
Jimmy Cerra
http://subbieweb.tripod.com
"If the path is set in stone, use a sledgehammer"

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member