What is the concept of XPOINTER

Q

What is the concept of XPOINTER?

✍: Guest

A

XPOINTER is used to locate data within XML document. XPOINTER can point to a particular portion of a XML document, for instance
address.xml#xpointer(/descendant::streetnumber[@id=9])
So the above XPOINTER points streetnumber=9 in “address.xml”.

2007-10-31, 6883👍, 0💬