What is X-Path?

Answers were Sorted based on User's Feedback



What is X-Path?..

Answer / 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

What is X-Path?..

Answer / kannan

Xml path,get the xml nodes

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

In which event of the page life cycle, is the viewstate available?

0 Answers  


What are the disadvantages of viewstate/what are the benefits

3 Answers  


Where session id is stored?

0 Answers  


WHAT ARE DEFFERENCE BETWEEN DATALIST AND DATAGRID

1 Answers   Seion Infotech,


Where code pages are used?

0 Answers   Blue Star,


Describe the difference between inline and code behind - which is best in a?

0 Answers  


How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP

3 Answers  


What is is post back property in asp net?

0 Answers  


which event in global.asx that fires for every request of same user?

4 Answers   FactorH,


Why does a user need nothing more than a Web browser to view ASP.NET pages?

1 Answers  


Fetch one page value to another page without using state-managment ?

0 Answers   HCL,


How do you validate the controls in an ASP .NET page?

3 Answers  


Categories