Re: [xsl] XSLT/XPATH Namespace conflict ?

Subject: Re: [xsl] XSLT/XPATH Namespace conflict ?
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 27 Apr 2004 11:32:44 -0400
This is a FAQ.

At 2004-04-27 11:29 -0400, Horacio Escalada wrote:
I applying a transformation to this XML
...
        <ActivityHeader xmlns="http://tempuri2.org";>
...
When I am trying to loop through  ActivityHeader node it does not return
any values

<xsl:for-each select="//ActivityHeader">

You need "//ns:ActivityHeader" where somewhere above in your stylesheet you have declared the appropriate URI string for the ns prefix.


XPath 1.0 never uses the default namespace.

But if I remove de value of the namespace for the ActivityHeader node,
works.

Yes, this is consistent with the problems experienced.


I hope this helps.

.................... Ken


-- Public courses: Spring 2004 world tour of hands-on XSL instruction Each week: Monday-Wednesday: XSLT/XPath; Thursday-Friday: XSL-FO

Hong Kong May 17-21; Bremen Germany May 24-28; Helsinki June 14-18

World-wide on-site corporate, govt. & user group XML/XSL training.
G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal

Current Thread