cancel
Showing results for 
Search instead for 
Did you mean: 

X-Path

Former Member
0 Kudos

Hi Experts,

I would be thankfull if someone can tell me what an X-Path means.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

santhosh_kumarv
Active Contributor
0 Kudos

Have a look at this Blogs.

<a href="/people/shabarish.vijayakumar/blog/2006/06/07/customise-your-xpath-expressions-in-receiver-determination your 'XPATH' Expressions in Receiver Determination</a> By Shabarish Vijayakumar

<a href="/people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers to show the path (Multiple Receivers)</a> By Shabarish Vijayakumar

<a href="/people/prasadbabu.nemalikanti3/blog/2006/09/20/receiver-determination-based-on-the-payload-of-input-dataextended-xpathcontext-object Determination based on the payload of input data.(Extended-->xpath,Context Object)</a> By Prasad Babu Nemalikanti

Regards

San

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

XPath is a language for finding information in an XML document. XPath is used to navigate through elements and attributes in an XML document.

XPath is a major element in the W3C's XSLT standard - and XQuery and XPointer are both built on XPath expressions.

For more

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

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

Thanks

Former Member
0 Kudos

Hi Supriya,

Just go throug these blogs and you will come to know abot x-path and how to use it.

What is X-Path: /people/prakash.darji/blog/2006/09/22/using-xpath-statements-within-sap-netweaver-2004s-bex-web-application-designer--part-1

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

Regards,

Sarvesh

***Reward Points if found helpfull.

santhosh_kumarv
Active Contributor
0 Kudos

XPATH:

XPath is an expression language that allows the processing of values conforming to the data model which provides a tree representation of XML documents as well as atomic values such as integers, strings, and booleans. The result of an XPath expression may be a selection of nodes from the input documents, or an atomic value, or more generally, any sequence allowed by the data model. It is an hierarchic addressing of the nodes in an XML tree.The primary purpose of XPath is to address the nodes of XML trees. XPath is designed to be embedded in a host language such as XSLT and XML.

<a href="http://www.w3.org/TR/xpath20/">XPATH</a>

Regards

San