Re: [xsl] text() function in XPath 2

Subject: Re: [xsl] text() function in XPath 2
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Wed, 05 May 2010 19:10:41 +0200
Sara Mitchell wrote:
My apologies for what is potentially a question on a well-understood change between XPath 1.0 and 2.0. I'm still, for the most part, stuck in 1.0 but occasionally end up in 2.0 and find myself getting confused.

In XPath 1.0, there was a function text() that returned text children for the context node of a given path. This does not appear anywhere in the XPath 2.0 spec (except interestingly enough in the criteria defining another function).

Is this no longer a valid function? replaced by some other syntax? or is this an oversight within the spec itself?

Neither XPath 1.0 nor 2.0 defines a function named 'text'. 'text()' is a node test http://www.w3.org/TR/xpath20/#doc-xpath-KindTest.



--


	Martin Honnen
	http://msmvps.com/blogs/martin_honnen/

Current Thread