cancel
Showing results for 
Search instead for 
Did you mean: 

Loop in XSLT Mapping

Former Member
0 Kudos

Hello experts,

What is Support inheritence in SAP XI.

Difference between value,context,Queue.

How to use LOOP in XSLT mapping.

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Value : Value makes the UDF a simple UDF, wherein u pass only a single value.

Context : But there might be occasion when you want to pass the input as contexts, then you use context.

So here you will be looping through each context.

Queue : When you want to pass the entire queue, you choose Queue. Here you will looping through the entire queue. Queue contains different contexts.

For XSLT

http://www.w3schools.com/xsl/xsl_for_each.asp

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Ravi,

do chk this links

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3823 [original link is broken] [original link is broken] [original link is broken]

Thanx

Sampath