cancel
Showing results for 
Search instead for 
Did you mean: 

XSLT Problem

Former Member
0 Kudos

Hi!

I have the following question about a xslt-Mapping. I want to map the following xml-file:

This is ok and it works. Now i want to map only special fields of the IT_ACTIVITY_RECORD. What must the xslt look like. I tried "xsl:for each" etc. but it doesn't work.

Somenone an idea?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi Lars,


<xsl:for-each select = "//IT_ACTIVITY_RECORD/item>
<IT_ACTIVITY_RECORD><item>
<xsl:copy-of select = "myField1"/>
<xsl:copy-of select = "myField2"/>
<item><IT_ACTIVITY_RECORD><
</xsl:for-each>   

Regards,

Udo

Former Member
0 Kudos

Hi,

ich möchte allerdings die andere Tabelle weiter mit übergeben somit ergäbe sich folgendes was erst mal keinen Sinn macht.

Oder sehe ich das falsch. Schon einmal vielen Dank für die prompte Antwort.

Former Member
0 Kudos

Danke Udo, für die prompte Antwort. Musste alles erstmal sortieren aber jetzt sollte es passen.

Gruß

udo_martens
Active Contributor
0 Kudos

Hi Lars,

let me know if i can help you

would be nice if you could write english (understandable is enough), coz the forum is used to answer questions AND for searching answered questions.

Regards,

Udo