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

What is mean by xsl?

0 Answers  


What is xsl template?

0 Answers  


How is xsl different from cascading style sheets? Why is a new stylesheet language needed?

0 Answers  


What is a xml parser?

0 Answers  


How do I import an xml file into excel?

0 Answers  






Why namespaces are important?

0 Answers  


How do I declare an xml namespace in an xml document?

0 Answers  


Explain how to rename a particular element and attribute from XML using XSL?

0 Answers  


What is the difference between versions 1.0 and 1.1 of the xml namspaces recommendation?

0 Answers  


Is sql used in excel?

0 Answers  


How do I subscribe to an rss feed on my iphone?

0 Answers  


What are the different types of parts used in xsl?

0 Answers  


Categories