[Bug 3534] Missing schema imports in LocalNameFromQNameFuncXXX and NamespaceURIFromQNameFuncXXX

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


mike@saxonica.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #15 from mike@saxonica.com  2006-08-17 09:55 -------
There still seems to be an error in LocalNameFromQNameFunc018: it calls

fn:QName("http://www.example.com/QNameXSD", data((/root/elemQN)[1]))

where the second argument of fn:QName is of type xs:QName - this is a type
error.

Also, please note, I have raised bug #3606 on the spec concerning the need for
a separator in 

declare namespace"xyz";

The spec currently appears to require a space here, though my parser accepts
this declaration as written.

Received on Thursday, 17 August 2006 09:56:01 UTC