XPath TutorialXPath tutorial provides basic and advanced concepts of XPath. Our XPath tutorial is designed for beginners and professionals. XPath is a component of XSLT standard provided by W3C. It is used to traverse the elements and attributes of an XML document. Our XPath tutorial includes all topics of XPath such as XPath syntax, expression, nodes, operators, axes, absolute path, relative path, wildcard etc. What is XPathXPath is an important and core component of XSLT standard. It is used to traverse the elements and attributes in an XML document. XPath is a W3C recommendation. XPath provides different types of expressions to retrieve relevant information from the XML document. It is syntax for defining parts of an XML document. Important Features of XPath
XPath IndexXPath Tutorial PrerequisiteBefore learning XPath, you must have the basic knowledge of XML. AudienceOur XPath tutorial is designed to help beginners and professionals. ProblemWe assure that you will not find any problem in this XPath tutorial. But if there is any mistake, please post the problem in contact form. Next TopicWhat is XPath |