[Bug 5351] [XPath] PI name test must require string literals that satisfy NCName rules

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5351


Tim Mills <tim@cbcl.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tim@cbcl.co.uk




--- Comment #4 from Tim Mills <tim@cbcl.co.uk>  2008-11-28 09:48:38 ---
To resolve Bug 6238, could you please clarify whether

"...PI name test cannot be converted to an NCName."

means that

processing-instruction("b ")

raises XPTY0004, or is equivalent to 

processing-instruction("b")

because "b " can be converted to an NCName using xs:NCName("b ").


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 28 November 2008 09:48:46 UTC