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 |
Explain how to retrieve value of an attribute for an element using XSLT?
What do xml editors check?
What is the stylesheet structure used with xslt?
What is excel xml map?
Explain the classes in System.XML Namespace?
What is a qualified name?
Can I use rss feeds on my website?
What happens when an xml namespace declaration goes out of scope?
Why xml parser is used?
What is an xsd used for?
How do I convert xml to text?
Can I use javascript, activex, etc in xml files?