[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message]

How can I retrive namespace defined in xml

David Carlisle davidc at nag.co.uk
Mon Jan 30 05:47:00 PST 2012


  How can I retrive namespace defined in xml
On 30/01/2012 13:34, Markus Pilman wrote:
> Hi,
>
> declare function functx:namespaces-in-use
>    ( $root as node()? )  as xs:anyURI* {
>
>     distinct-values(
>        $root/descendant-or-self::*/(.|@*)/namespace-uri(.))
>   } ;
>
> You can look it up here:
> http://www.xqueryfunctions.com/xq/functx_namespaces-in-use.html
>
> Hope this helps
>
> Markus
>
That would only return the namespaces of elements and attribute, not 
namespaces declared but not used or declared but only used in content 
(such as for types in XSD schema, or namespaces declared in XSLT but 
only used in variable and function names).

To find all declared namespaces you want to use the namespace axis in 
those products that support it or the fn:in-scope-prefixes and 
fn:namespace-uri-for-prefix functions otherwise.

David
-- 
google plus: https:/profiles.google.com/d.p.carlisle

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.