Re: [XQuery] Missing S in XmlPI rule

Hi Scott.  Your last call comment in [1] has been given the ID 
qt-2004Jan0360-01.  This is the official response from the XQuery and XSLT 
working groups.

Your issue pertaining to the error in the XmlPI has been accepted, and the 
WGs have approved the fix you suggested.  The production will read:

[110]           XmlPI      ::=          "<?" PITarget (S Char*)? "?>"   /* 
ws: explicit */

(Since I am writing this to myself, this mail should also provide the 
confirmation that this fix is satisfactory!)

-Scott Boag

[1] 
http://lists.w3.org/Archives/Public/public-qt-comments/2004Jan/0360.html




scott_boag@us.ibm.com 
Sent by: public-qt-comments-request@w3.org
01/26/2004 12:32 AM

To
public-qt-comments@w3.org
cc

Subject
[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:53:10 UTC