[xquery-talk] namespace declarations in an element

Ghislain Fourny gfourny at inf.ethz.ch
Thu May 26 06:53:13 PDT 2011


Hi Michael,

True, I forgot about in-scope-prefixes :-) So this is a standardized way of accessing namespace bindings. Thanks a lot for the correction!

The links are here:

http://www.w3.org/TR/xpath-functions/#func-in-scope-prefixes
http://www.w3.org/TR/xpath-functions/#func-namespace-uri-for-prefix

Kind regards,
Ghislain


On May 26, 2011, at 3:34 PM, Michael Kay wrote:

> On 26/05/2011 14:11, Leo Studer wrote:
>> Hello
>> 
>> I would like to do something like
>> 
>> for $i in /root/namespaces ...
>> 
>> to use them for further processing in a query.
>> 
> 
> You can do this using the functions fn:in-scope-prefixes() and fn:namespace-uri-for-prefix()
> 
> Michael Kay
> Saxonica
> _______________________________________________
> talk at x-query.com
> http://x-query.com/mailman/listinfo/talk




More information about the talk mailing list