Why we use XPOINTER

XPOINTER is used when we have to locate data in given XML document. XPOINTER point on the particular portion of a XML document, for instance

dotnetquestion.xml#xpointer(/descendant::QuestionNo[@id=9])

So the above XPOINTER points QUestionNo=9 in “dotnetquestion.xml”.