|
Answer» Following are the KEY components of XPath:
- Structure Definitions - XPath defines the PARTS of an XML document like element, attribute, text, namespace, processing-instruction, comment, and document nodes.
- Path Expressions XPath provides powerful path expressions select nodes or list of nodes in XML documents.
- Standard FunctionsXPath provides a RICH library of standard functions for manipulation of string values, numeric values, date and time comparison, NODE and QName manipulation, sequence manipulation, Boolean values etc.
- Major PART of XSLTXPath is one of the major element in XSLT standard and is must have knowledge in order to work with XSLT documents.
- W3C recommendationXPath is official recommendation of World Wide Web Consortium (W3C).
Following are the key components of XPath:
|