cancel
Showing results for 
Search instead for 
Did you mean: 

what are the tools for doing xslt mapping.

Former Member
0 Kudos

Hi All,

I am doing a a scenario with xslt mapping. Can anybody give be step by step procedure for doing xslt mapping.

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

are you answering yourself ?

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

i found the answer in some old thread

MichalKrawczyk
Active Contributor
0 Kudos

next time try to check forum history first

there are many already answred questions (also XI FAQ has a few of them)

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi Ankur ,

U can use Altova XMLSpy for XSLT Mapping.

See the below links

XSLT Mapping

/people/prasadbabu.nemalikanti3/blog/2006/03/30/xpath-functions-in-xslt-mapping

/people/sreekanth.babu2/blog/2005/01/05/design-time-value-mappings-in-xslt

/people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping

XSLT Mapping with java enhancement

/people/pooja.pandey/blog/2005/06/27/xslt-mapping-with-java-enhancement-for-beginners

Step by Step procedure:

-


for doing xslt mapping you need to create a .xlst file containing the xslt mapping of source and target data.

U can use Altova XMLSpy for creating .xslt mapping.

Following following steps for executing this mapping.

1. Create Source Data and Target Data Type in IR.

2. Take xml representation of source data and open it into Alto XMLSpy.

3. Create .xsd file for above source xml data.

4. Repeat above two procedure for Target Data.

Now Creating .xslt file you need to Use Alto MapForce.

Steps will be:

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

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

3. You will have both source and target data available in MapForce in similar fashion as you have in IR.

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

5. Save the mapping file.

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

6. Copy the above content and save it as .xslt file.

7. Create a jar file for the above .xslt file.

8. Go to IR , Import the .jar file into 'Imported Archive'

7. In Message Mapping , Choose XSLT from drop down box of Message program.

8. Import the jar containing the .xslt file.

9. Test the mapping