Diffrence between XPointer and XPath

In this article i will explain difference between XPointer and XPath
  • 2154

XPointer vs XPath

XPointer

  • XPointer works by extending the Path Syntax.

  • we can use it to retrieve data on any scale from with in document.

  • XPointer Only works with resource

  • XPointer works something like anchors in HTML.

  • XPointer allows much greater flexibility.

  • XPointer adds some features not available in XPath

XPath

  • XPath is an XML query language with an especially compact form.

  • XPath does not provide ways to modify data.

  • XPath consists of two fundamental operation navigation and predication.

  • XPath navigation selects nodes in the XML.

  • XPath predication filters that selection according to criteria.

Further Readings

You may also want to read these related articles :

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

© 2020 DotNetHeaven. All rights reserved.