Re: [xml-dev] XPath 2.0 data-model - dm:string-value of a node

From
David Carlisle <>
To
Date
2008-02-28T14:46:33Z
ID
<>
Thread
Re: [xml-dev] XPath 2.0 data-model - dm:string-value of a node
> 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. 
________________________________________________________________________