[Bug 23923] [QT3TS] XQueryX conversion errors

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23923

--- Comment #4 from Michael Dyck <jmdyck@ibiblio.org> ---
> 4. Incorrect conversion of eqname-009.
> 
> Q{ http://www.example.com/ ns }b
> 
> is converted to
> 
>     <xqx:nameTest xqx:URI=" http://www.example.com/ ns ">b</xqx:nameTest>

I'm pretty sure that's a valid conversion, because it back-converts to exactly
the original URIQualifiedName.


> but should probably be
> 
>     <xqx:nameTest xqx:URI="http://www.example.com/ ns">b</xqx:nameTest>

I believe that too would be a valid conversion, because it back-converts to a
URIQualifiedName that, although lexically different from the original, is
semantically the same.

Does the Working Group have a preference?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 3 December 2013 03:08:45 UTC