cancel
Showing results for 
Search instead for 
Did you mean: 

Function in xslt mapping?

Former Member
0 Kudos

Hi guys,

I want to split the resultset containing many rows coming from database into a set fo individual rows using xslt mapping. I know we can acheive this using "split by value" node function in graphical mapping. But want is the name of the function used in this case present xslt mapping.

Regards,

Suresh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

XSLT supports java script as well, but XI has few restrictions that it could support particular versions of parsers, and limitations on XSLT capabilities.

Thus I will suggest you to use some of the string APIs to split the resultset by adding the contextChange in it.

You could use XSLT mapping with Java Enhancments

Refer below link

http://help.sap.com/saphelp_nw04/helpdata/en/73/f61eea1741453eb8f794e150067930/frameset.htm

(Observe the example given in above link)

Thanks

Swarup

Answers (0)