Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

what is the type element of a XSLT transformation?

Former Member
0 Kudos

When I do :

call transformation <transformationxsltfile>

source xml <myxml>

result xml <myresultxml>

myxml and myresultxml are XSTRING

but what is the type of <transformationxsltfile> ?

Thanks for your help

Jerome

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos

Hello Jerome

It is the name of your XSLT transformation which you create using transaction XSLT.

Regards

Uwe

4 REPLIES 4

uwe_schieferstein
Active Contributor
0 Kudos

Hello Jerome

It is the name of your XSLT transformation which you create using transaction XSLT.

Regards

Uwe

0 Kudos

Yes I know but I would like to read my xslt from an url and use it within a call transformation.....

0 Kudos

You can use

CALL TRANSFORMATION

only with transformations defined in Workbench.

If you need to apply external XSLT you should go with CL_XSLT_PROCESSOR class.

There was a [thread |; about it.

0 Kudos

10 points to you ! Thanks