Suspected bug in XML 1.0 productions

I note that the XML 1.0 spec as written doesn't permit whitespace
before or after the = sign in attributes, see rules 41, 10 and 5.
My belief is that rule 41 should be:

  [41] Attribute ::= Name S Eq S AttValue

The ability to include whitespace makes it easier to format XML
documents for easier editing. Long attribute names and values
otherwise disappear off the right of the editing window. Note
that SGML allows whitepace in these positions.

Regards,

-- Dave Raggett <dsr@w3.org> http://www.w3.org/People/Raggett
phone: +44 122 578 2984 (or 2521) +44 385 320 444 (gsm mobile)
World Wide Web Consortium (on assignment from HP Labs)

Received on Tuesday, 2 March 1999 10:14:17 UTC