what is XPATH ?

Answers were Sorted based on User's Feedback



what is XPATH ?..

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

what is XPATH ?..

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

Post New Answer

More XML XSLT RSS Interview Questions

Can you use the xslt to convert html into vxml? : xslt

0 Answers  


What is rss feed outlook?

0 Answers  


How do I override a default xml namespace declaration?

0 Answers  


What is xsl fo template?

0 Answers  


How to use filtering in XSLT?

0 Answers  






How do I convert excel to xml?

0 Answers  


Can an application process documents that use xml namespaces and documents that don’t use xml namespaces?

0 Answers  


Where is my rss feed on wordpress?

0 Answers  


Is rss still used?

0 Answers  


What is schemalocation in xml?

0 Answers  


Explain about xml data binding?

0 Answers  


what is Identity template in XSL, why do you use it?

0 Answers  


Categories