XML Path Language (XPath)

XPath - Syntax Standard

XPath contains the path of the element situated on the web page. The standard syntax for creating XPath is:

Xpath=//tagname[@attribute='value']
  • // : Select current node.
  • Tagname: Tagname of the particular node
  • @: Select attribute
  • Attribute: Attribute name of the node
  • Value: Value of the attribute

XPath - Sub-Types

XPath

XML Path Language

XQuery

XPointer

XSLT

eXtensible Stylesheet Language XSLT - XSL Transformations

XLink