Answer Posted / naresh
XPath (XML Path Language) is a language for selecting nodes
from an XML document. In addition, XPath may be used to
compute values (strings, numbers, or boolean values) from
the content of an XML document. XPath was defined by the
World Wide Web Consortium, W3C.
The XPath language is based on a tree representation of the
XML document, and provides the ability to navigate around
the tree, selecting nodes by a variety of criteria. In
popular use (though not in the official specification), an
XPath expression is often referred to simply as an XPath.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is query string? What are its advantages and limitations?
what is loosely coupled solution? How it can be used?
How does the service stream content?
What are the layouts of ASP.NET Pages?
How is session id generated?
Is asp.net free?
What are httphandlers and httpmodules and difference between them?
What is difference between session and cookies in asp net?
What is the difference between the asp and asp.net?
Is global asax mandatory?
What are validators and list some validators of asp.net?
In asp.net, how can you validate drop down box?
What is the parent class of all the web server control?
Where can I get information on cookies in asp.net?
What methods are fired during the page load? Init()