XML 1.0 typo in syntax definition [24]

In 2.8 Prolog and Document Type Declaration,
syntax definition [24] says:

 VersionInfo ::= S 'version' Eq ( ' VersionNum ' | " VersionNum ")

I think this should be:

 VersionInfo ::= S 'version' Eq ( "'" VersionNum "'" | '"' VersionNum '"' )

Received on Friday, 17 April 1998 04:12:20 UTC