[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: David Carlisle <davidc@nag.co.uk>
- To: S.Yona@F5.com
- Date: Thu, 28 Feb 2008 14:46:33 GMT
> What is expected to be returned for /a/text() ?
> Is it "xz" or "xyz"?
/a/text()
returns a sequece of three text nodes, which have string values of "x"
"y" and "z" respectively.
If you generate a single string from the sequence then you take the
string value of each item, and possibly (depending on the context)
separate each with a separator such as a space, and concatenate them
all.
David
________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]