XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[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

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]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS