0 votes
in XML by
Define the concept of XPOINTER.

1 Answer

0 votes
by

XPOINTER is used to point data within XML document. It is used to locate the particular part of the XML document. It is a W3C recommendation.

See this example:

1. address.xml#pointer(/ descendant ::streetnumber[@id =9])  

In this example, XPOINTER points "streetnumber = 9" in "address.xml".

Related questions

0 votes
asked Sep 20, 2020 in XML by Robindeniel
0 votes
asked Feb 23 in Angular by rahuljain1
...