[xquery-talk] QName in content

David Carlisle davidc at nag.co.uk
Wed Nov 24 18:37:47 PST 2010


On 24/11/2010 18:23, Daniela Florescu wrote:
> <a>{ QName("uri","local") }</a>

the result should I think be consistent with xs:string(QName("uri","local"))
which is just "local" as the QName constructed by QName() doesn't have a 
prefix. The only other result that I would guess could have been defined 
would be to make casting xs:QName to xs:string be an error, but that 
would cause surprises elsewhere I would guess.

David



More information about the talk mailing list