Google News
logo
XPath - Interview Questions
What do you mean by XPath expressions?
XPath defines a pattern or path expression to select nodes or node sets in an XML document. These patterns are used by XSLT to perform transformations. XPath specifies seven types of nodes that can be output of the execution of the XPath expression.
 
* Root
* Element
* Text
* Attribute
* Comment
* Processing Instruction
* Namespace
Advertisement