Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xsl] Default namespace in XML document

From: George Cristian Bina <george@------->
To:
Date: 11/1/2005 10:30:00 PM
Hi,



When you specify a NameTest in XPath 1.0 using an element name without a 
prefix then that means the element from no namespace. If you want to 
specify elements from a namespace then you need to use a prefix mapped 
to that namespace. In XSLT 2.0 you can use the xpath-default-namespace 
attribute to specify the namespace to be used for names without a prefix 
used in XPath 2.0 expressions.



If you want your stylesheet to ignore the namespace of the elements then 
use something like



*[local-name()='MyRoot']
instead of
MyRoot

in your XPath expressions.



Hope that helps,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
www.---.com


Kevin L.. Cobb wrote:
I have an XML document with a default namespace indicated at the root.
Something like this:

<MyRoot xmlns="http://www.mysite.com">
<!-- a lotta XML in here -->
</MyRoot>

My XSLT to parse the XML does not work as expected because of the
default namespace, i.e. when I remove the namespace, everyting works as
expected. All XPATH statements find their intended values. Since I don't
have control over the source XML and the included default namespace,
what should I do to my XSLT so that my XPATH expressions find their
intended values?

BTW: I'm using the XERCES parser. 



Thanks,



Kevin


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent