|
[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
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! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||







