xsl-list
[Top] [All Lists]

Re: [xsl] [XPath 2.0] Two XPath expressions to the same node, yielding different results with "instance of text()"

2009-10-07 17:18:26
At 2009-10-07 16:53 -0400, Costello, Roger L. wrote:
Why does this XPath expression return true:

/FitnessCenter/Member[1]/MembershipFee/node() instance of text()

whereas this returns false:

//MembershipFee[1]/node() instance of text()

Both reference the node within the first MembershipFee element; so I would think they should both return true.

If you have more than one element with one or more children MembershipFee elements in your tree, then the second would be an instance of text()* or text()+.

But you don't show your data, so I can't tell if this is your situation or not.

I hope this helps.

. . . . . . . . . Ken

--
Upcoming: hands-on code list, UBL, XSLT, XQuery and XSL-FO classes
in Copenhagen Denmark and Washington DC USA, October/November 2009
Interested in other classes?  http://www.CraneSoftwrights.com/s/i/
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Training tools: Comprehensive interactive XSLT/XPath 1.0/2.0 video
Video lesson:    http://www.youtube.com/watch?v=PrNjJCh7Ppg&fmt=18
Video overview:  http://www.youtube.com/watch?v=VTiodiij6gE&fmt=18
G. Ken Holman                 mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Male Cancer Awareness Nov'07  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>