RE: Namespace compare issue (Was: Re: Teleconference Minutes 2007-01-17)

>> concat('{', namespace-uri(),'}',local-name())
>
> Good idea, that should do it, except that "{" and "}" need 
> to be escaped:
> concat('{{', namespace-uri(.),'}}',local-name())
> The result looks good:
> http://www.w3.org/International/its/tests/test3/Translate1-result.xml

So, if I followed correctly:

- same as before (as far as node numbering) but with namespaces between {}

Right?

ys

Received on Thursday, 18 January 2007 16:22:03 UTC