cancel
Showing results for 
Search instead for 
Did you mean: 

usage of an xsl in xi ?

Former Member
0 Kudos

Hi

I need to create a message type and the informstion that i have is the documentation of the fields (elements) for that message , it is really very complex and big one. I also have an xsl , how this could help me building my message type?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

XSL (Extensible Stylesheet Language), formerly called Extensible Style Language, is a language for creating a style sheet that describes how data sent over the Web using the Extensible Markup Language (XML) is to be presented to the user.

to simplify

XSL is nothing but the file that is linked to XSLT mapping.

XSL - http://w3schools.com/xsl/xsl_languages.asp

I think you can use that xsl file in your XSLT mapping.

You can only use XSDs,DTDs or WSDLs for your message types.

Thanks,

Vijaya.

Answers (3)

Answers (3)

Former Member
0 Kudos

I think u meant XSD.

So just import the XSD using the following steps.

Expand namespace --> Interface Objects --> Right Click on External Definitions --> new and give a name --> click on create.

Next you will see a screen called Display External Definition, there you will find a list box called Category, choose xsd in that and in messages choose 'From All Available Global Elements'.

In the File tab, import your xsd and press save.

regards

Sameer

Former Member
0 Kudos
former_member194786
Active Contributor
0 Kudos

Hi,

Is it an XSD or the XSL????? If its an XSD you can directly import it in your data type. The link is:

http://help.sap.com/saphelp_nw04/helpdata/en/a5/04623c4f69b712e10000000a114084/frameset.htm

Regards,

Sanjeev.