Hi,
i need some help by adding an expression in a XSLT
this is what it is now
<sch:CustomFieldList>
<sch:CustomField>
<sch:Attribute>ERP_UOM</sch:Attribute>
<sch:Value>
<xsl:value-of select="IDOC/E1AFKOL/GMEIN"/>
</sch:Value>
</sch:CustomField>
</sch:CustomFieldList>
and this is what I want
when value of "IDOC/E1AFKOL/GMEIN" is KGM this value must then be changed in KG
Thanks in advance and Best regards,
Marieke de Lange