Error in production of [24] VersionInfo

I'm sure its probably been pointed out a few times, but I didn't see this on 
the errata (http://www.w3.org/XML/xml-19980210-errata)
The single and double quotes around VersionNum are not quoted... so
[24]  VersionInfo ::=  S 'version' Eq (' VersionNum ' | " VersionNum ") 
should be ...
[24]  VersionInfo ::=  S 'version' Eq ("'" VersionNum "'" | '"' VersionNum '"') 
Regards,
Eric

Received on Friday, 29 May 1998 21:18:19 UTC