Hallo Thomas, ich habe noch eine Frage, die Du vielleicht beantworten kannst.
<REMARK type="shipping_fee">
<xsl:value-of select="round((OrderReport/Item/ItemPrice/Component[Type='Shipping']/Amount div 1.19) * 100) div 100" />
</REMARK>
diese Zeile bringt mir folgende Fehlermeldung.
Unable to generate the XML document using the provided XML/XSL input. A sequence of more than one item is not allowed as the first operand of 'div' (<Amount/>, <Amount/>)
Kann ich die Zeile irgendwie anders aufbauen.