what is XPATH ?
Answers were Sorted based on User's Feedback
Answer / sarankumarreddy.c
It is an XML query language to select specific parts of an
XML document.Using XPATH you can address or filter elements
and text in a XML document.For instance a simple XPATH
expression like "Invoice/Amount" states find "Amount" node
which are children of "Invoice" node.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / harish
XPATH is an addressing mechanism that lets u specify a path
to an element. for ex: <article><title>can be distinguished
from <person><title>. that's why u can describe different
kinds of transations for the different <title> elements.
| Is This Answer Correct ? | 6 Yes | 0 No |
Is xml used today?
How important is an element’s attributes used in xslt?
How do I edit an xsl file?
What is targetnamespace?
How do I subscribe to rss feeds in chrome?
How do I create an xml return?
How to transform an xml document into another xml document? : xslt
Why would you use xml?
What are possible ways XML used in j2ee WebApplication.Like storing data in to database and for data transfer .Apart from this any uses.
What is xml format in excel?
What is the difference between rss feeds and atom feeds?
What is an xml node?