cancel
Showing results for 
Search instead for 
Did you mean: 

XSLT MAPPING

Former Member
0 Kudos

In which cases we will go for XSLT MAPPING?

What are different functions available in altova map force ? please provide me the helpful material regards this?

Accepted Solutions (0)

Answers (4)

Answers (4)

jyothi_anagani
Active Contributor
0 Kudos

Hi,

Check this link..

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

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/01a57f0b-0501-0010-3ca9-d2ea3bb9...

STEPS.

1. Open the Alto MapForce, import the source .xml and .xsd file in it

2. Similarly import the target .xml and .xsd in MapForce.

3.These two data files should match with source and target data types in Integration Repository.

4.Complete the graphical mapping using extensive list of XSLT functions available there.

5. Save the mapping file.

6.Click the XSLT tab. You will have the entire xslt logic there.

7.Copy that content and save it as .xsl file.

8. Zip above .xsl file and import the same into IR under Imported Archives.

Thanks.

Former Member
0 Kudos

when u open xslt mapforce go to help --->table of content it will explain u everything

u can learn more about xslt in w3Schools.com

former_member732072
Active Participant
0 Kudos

Hi Praveen,

Please have a look at the following links and see if it helps

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/01a57f0b-0501-0010-3ca9-d2ea3bb9...

Best Regards

Former Member
0 Kudos

Hi,

XSLT u2013 XSL Transformations, the purpose of this is for transformation of XML documents into other formats like XML, XHTML and etc.

Steps required for developing XSLT Mapping:

Create a source data type and a target data type

Create Message types for the source and target data types.

Create Message Interfaces includes Inbound Message interface and Outbound Message interface.

XSLT Mapping does not require creation of Message mapping, so donu2019t create any Message mapping.

Create an .XSL file which converts source data type into target data type.

Zip that .xsl file and import it into Integration Repository under Imported Archives.

In Interface Mapping choose mapping program as XSL and specify this zip program. (Through search help you will get XSL Mapping programs that you imported under Imported Archives, select your corresponding XSL Program)

Test this mapping program by navigating to Test tab.

Sameer

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Praveen,

XSLT Mapping very usefull if you want to transform any Document into Different Structure.

to learn about XSLT W3Schools dot come its really website.

Regards,

raj