Read XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition Online
Authors: Michael Kay
TextTest | text ( ) |
AnyKindTest | node ( ) |
The constructs
ElementTest
and
AttributeTest
are used primarily to test the schema-defined type of a node. These constructs are explained together with other type-related constructs on page 672 in Chapter 11.
Note that the names
comment
,
text
, and so on cannot be used as function names, but apart from this, they are not reserved words. It is quite possible to have elements or attributes called
text
or
node
in your source XML document, and therefore you can use
text
or
node
as ordinary names in XPath. This is why the names are flagged in a
KindTest
by the following parentheses, for example,
text()
. The syntax rules are written so that the keyword and the following left parenthesis are treated as a compound symbol by the XPath parser, which in effect means that the parser does a look-ahead for the