[Bug 2260] [xqueryx] namespace attributes

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





------- Additional Comments From davidc@nag.co.uk  2005-09-19 09:47 -------
 Actually I note that the example in section 3.4 encodes the namespace
declaration as
  <xqx:attributeName>xmlns:ma</xqx:attributeName>
rather than
    <xqx:attributeName xqx;prefix="xmlns">ma</xqx:attributeName>
but that's even worse: it's not valid against the schema which which has base type
xs:NCName so can't have a colon.

Received on Monday, 19 September 2005 09:48:07 UTC