[Home] [By Thread] [By Date] [Recent Entries]

  • From: "G. Ken Holman" <gkholman@C...>
  • To: <xml-dev@l...>
  • 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@F...]
>...
>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@C...
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]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member