Login
Remember
Register
Ask a Question
What Are The Main Features Of Xpath?
0
votes
asked
Jul 23, 2021
in
Xpath Interview Questions
by
kamalkhandelwal29
What Are The Main Features Of Xpath?
xpath-features
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 23, 2021
by
kamalkhandelwal29
Below are some main features of xPath :
XPath is a major element in the XSLT standard.
It is syntax for defining parts of an XML document.
XPATH stands for XML Path Language.
It is used for navigating in XML documents.
It can be used to query data from XML documents.
It uses path expressions to navigate in XML documents.
XPATH expressions are case sensitive.
...