cancel
Showing results for 
Search instead for 
Did you mean: 

Can we use XSLT mapping after graphical Mapping

madanmohan_agrawal
Contributor
0 Kudos

Hi,

Can we use XSLT mapping after graphical mapping?

My requirement is to generate two namespace attributes in the target output.

So first I want to generate a structure using graphical mapping and then want to use XSLT mapping only to generate the second namespace XSI (leaving the rest of the structure as it is). Is it possible?

<ns1:Test xmlns:ns1="wmdata.dwbi.interface" xsi:schemaLocation="wmdata.dwbi.interface w_interface_1.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

Please post some solution. (I will reward points)

Br,

Madan Agrawal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Yes you can use XSLT.

You will have to assign them in the interface mapping..

For new namespace mention the same in <xsl:stylesheet>

and to copy same structure use <xsl: copy> function.

Regards,

madanmohan_agrawal
Contributor
0 Kudos

Thanks SriHari,

Its really helps me to solve.

Br,

Madan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Madan,

Can we use XSLT mapping after graphical mapping?

To me it seems feasible...

But to using the two mappings one after another you will have to use BPM .

Use transformation step for this to use the mapping and change in structure.

Regards,

madanmohan_agrawal
Contributor
0 Kudos

Thanks Santosh

Can you please tell more about transformation (to change only some fields in output structure).

Br,

Madan