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 session and application variable in asp net?
Is viewstate secure?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
How many types of Cookies are available in ASP.NET?
What are the Types of object in asp
What is asp.net futures?
What is the page life cycle in asp.net?
What is & in a url?
Explain the concept of MVC Scaffolding?
What is Model-View-View Model?
What is web api vs wcf?
What is viewstate? What does the “enableviewstate” property do?
What is the use of express session?
Explain server-side scripting?
Why asp.net is better than php?