XPath is a query language used to traverse through an XML document. It is used commonly to search particular elements or attribute with matching patterns.
This tutorial will teach you basics of XPath. Tutorial contains chapters discussing all the basic components of XPath with suitable examples.
Audience
This reference has been prepared for the beginners to help them to understand the basic concepts related to XPath. This tutorial will give you enough understanding on XPath from where you can take yourself to a higher level of expertise.
Prerequisites
Before proceeding with this tutorial you should have basic knowledge of XML, HTML and Javascript.
XPath
Disclaimer: content is origin to w3schools & tutorialpoint
Ref: http://www.w3schools.com/ & http://www.tutorialspoint.com/