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
Explain difference between friend and protected friend?
Explain weak typing and strong typing.
What is a viewbag?
What are the steps to follow to host a web application on a web server?
Why asp.net is used?
What are sql joins?
Are xaml file compiled or built on runtime?
What is work flow gen? how can it will work with .Net?
Why session is more secure than cookies?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
How do u deploy your asp.net application?
What is request and response in asp.net?
What are the benefits of view state?
What is mvc in asp.net tutorial? : Asp.Net MVC
How does a content page differ from a master page?