[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
RE: [xml-dev] XPath 2.0 data-model - dm:string-value of a node
- From: "G. Ken Holman" <gkholman@CraneSoftwrights.com>
- To: <xml-dev@lists.xml.org>
- Date: Thu, 28 Feb 2008 09:59:10 -0500
At 2008-02-28 06:35 -0800, Shlomo Yona wrote:
>What is expected to be returned for /a/text() ?
>Is it "xz" or "xyz"?
Depends on whether you are using XSLT 1.0 or XSLT 2.0:
>From: Eran Balter [mailto:E.Balter@F5.com]
>...
>Given the following:
>
><a>x<b>y</b>z</a>
XSLT 1.0 returns "x" because it returns the value of the first
of the child text nodes addressed in document order
XSLT 2.0 returns "xz" because it returns the value of all of
the child text nodes addressed in document order.
Note the nuance between strings and text nodes ... addressing two
strings would have injected the separator between them, where
addressing two text nodes in your example does not trigger the use of
the separator.
In both versions of XSLT the value of <a> is "xyz".
I hope this helps.
. . . . . . . . . . . Ken
--
World-wide corporate, govt. & user group XML, XSL and UBL training
RSS feeds: publicly-available developer resources and training
G. Ken Holman mailto:gkholman@CraneSoftwrights.com
Crane Softwrights Ltd. http://www.CraneSoftwrights.com/x/
Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (F:-0995)
Male Cancer Awareness Nov'07 http://www.CraneSoftwrights.com/x/bc
Legal business disclaimers: http://www.CraneSoftwrights.com/legal
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]