Subject: Re: text() function in XPath 2
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Wed, 5 May 2010 10:15:02 -0700 (PDT)
|
Sara Mitchell wrote:
Hi,
> 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).
Actually that's not a function, but a
kind test (like element()
which selects element nodes). And yes, this is
still in XPath
2.0 (production rule [57]). Are you sure you picked the
correct
document? <http://w3.org/TR/xpath20>
Regards,
--
Florent Georges
http://fgeorges.org/
|