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

About Garbage Collector?

3 Answers   Microsoft,


What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.

4 Answers   Syntax Softtech,


can i use store procedure in disconnected mode? give me answer

2 Answers  


What is the use of execute non query in asp.net?

1 Answers  


How asynchronous call can be implemented using delegates?

1 Answers  


What is the difference between web config and machine config files?

1 Answers  


What is WCF? Pls Explain clearly with exmple.

3 Answers   HCL, iGate,


What is synchronous and Asynchronous post back ?

1 Answers   Beahead Private Limited,


What is a bubbled event?

2 Answers  


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

1 Answers  


What is the lifespan for items stored in ViewState?

4 Answers   Siebel Systems,


What is a session in asp.net?

1 Answers  


Categories