December 2003
Intermediate to advanced
384 pages
7h 10m
English
IN THIS CHAPTER
The XPath 2.0 node functions let you handle nodes, and here's an overview of these functions:
fn:name returns the name of the specified node as an xs:string value.
fn:local-name returns the local name of the specified node as an xs:NCName value.
fn:namespace-uri returns the namespace URI as an xs:string value for a given node.
fn:number returns the value of the specified item converted to an xs:double value.
fn:lang returns a Boolean value, depending on whether the language of the context node (defined with the xml:lang attribute) matches the language passed to this function.
fn:root returns the root of the ...
Read now
Unlock full access