[XQuery] Missing S in XmlPI rule

There seems to be a missing S between PITarget and Char* in the rule for 
XmlPI in the spec:

Current rule:
XmlPI    ::=    "<?" PITarget  Char* "?>"

Should be:
XmlPI    ::=    "<?" PITarget  (S  Char*)? "?>"

-scott

Received on Monday, 26 January 2004 00:32:53 UTC