cancel
Showing results for 
Search instead for 
Did you mean: 

XSLT mapping

Former Member
0 Kudos

I generated a XSLT mapping file (.xsl) from sample input and output.

Now in XI, if I specify the input .xml file and import .xsl file into it, how can I test if the payload generated is in the format I want.

Is there any tool to verify this output message 1). Outside XI 2). In XI

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Perfect. Thanks Pooja

Former Member
0 Kudos

Hi Rokie,

Yes it is possible to test your XSLT Mapping:

1) Inside XI:

Go to transaction XSLT_TOOL

Specify the input file.

You can then debug your program step by step and can see the output payload.

2) Outside XI:

You can use tool like ALTOVA to test your maaping.

Regards,

Pooja

prateek
Active Contributor
0 Kudos

In XI - it can be seen only at runtime

Outside XI - U may use XMLSpy or Altova

Regards,

Prateek

henrique_pinto
Active Contributor
0 Kudos

> In XI - it can be seen only at runtime

Not true.

You can test XSLT and Java mappings in Interface Mapping Test tab.

Regards,

Henrique.