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

what is AutoEventWireUp and what is the use of This property explain in details?

0 Answers   ITC Infotech,


Why do we need url encoding?

0 Answers  


What is the difference between session and viewstate?

0 Answers  


How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?

1 Answers   MMTS,


Where are session variables stored?

0 Answers  






What is MVVM in dot net?

1 Answers   L&T,


if u r projet consist of 4 people means how can u manage the file

10 Answers   Mind Tree,


What is content page in asp net?

0 Answers  


What is the usage of DelegatingHandler?

0 Answers  


if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.

1 Answers  


What is deference between asp.net, vb.net, c# & j#

2 Answers  


Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc

0 Answers  


Categories