How to diffrenece between XPointer and XLink In XML

In this article I will explain that how to difference between XPointer and XLink
  • 1838

XPointer vs XPath In XML

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 here

Ask Your Question 

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

Programming Answers here

© 2020 DotNetHeaven. All rights reserved.