cancel
Showing results for 
Search instead for 
Did you mean: 

About Xpath

Former Member
0 Kudos

Hi everyone,

I need infomation regarding Xpath .

What is meant my Xpath? why we need to use Xpath?

where we will use Xpath?

is it there alternative of Xpath other than context object?

Full points will be awarded for correct answer .

Thanks in Advance.

P.Naganjana Reddy.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi.

By means of XPath you can get exact addres of part of XML document.

Full documentation you can see at http://www.w3.org/TR/xpath.html

Former Member
0 Kudos

Hi,

XPATH is a Web standard for navigating in XML documents. XPATH location paths are used to extract information from the structure of an XML document, such as the author or the page number. This information is then used for XML indexing.

An XPATH location path comprises a base path and a value path.

· The base path describes a node set in the XML document.

· The value path describes the values that you want to determine from this node set.

Also,

please go through this link:

http://www.w3schools.com/xpath/default.asp

Thanks,

Varun

Former Member
0 Kudos

Go through this :

/people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers

Thanks,

Maheshwari

Former Member
0 Kudos

Hi,

You can just differentiate between context Obj and X-path here

Receiver Det- Xpath:

/people/shabarish.vijayakumar/blog/2006/06/07/customise-your-xpath-expressions-in-receiver-determination

/people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers

XPATH in Interfce Det:

/people/suraj.sr/blog/2006/01/05/multiple-inbound-interfaces-within-a-service

Regards

Seshagiri