[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: XPath 2.0 data-model - dm:string-value of a node

  • From: "G. Ken Holman" <gkholman@C...>
  • To: <xml-dev@l...>
  • Date: Thu, 28 Feb 2008 09:59:10 -0500

RE:  XPath 2.0 data-model - dm:string-value of a node
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]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.