3
Reply

What is XPATH? What is the use of it in XML?

shubham kumar

shubham kumar

Jul 16, 2012
709
0

    XPath is a syntax for defining parts of an XML document. XPath uses path expressions to navigate in XML documents. XPath contains a library of standard functions. XPath is a major element in XSLT. XPath is a W3C recommendation.

    Keerthi Venkatesan
    August 03, 2016
    0

    XPath is used to navigate through elements and attributes in an XML document. XPath is a major element in W3C's XSLT standard.

    Keerthi Venkatesan
    August 03, 2016
    0

    http://www.w3schools.com/xpath/xpath_intro.asp

    Munesh Sharma
    October 13, 2014
    0