Hallo,
XSLT:
<xsl:template match="elem">
das hier:
<xsl:apply-templates select="toinsert"/>
so schreiben:
<xsl:apply-templates />
</xsl:template>
Grüße
Thomas
Hallo,
XSLT:
<xsl:template match="elem">
das hier:
<xsl:apply-templates select="toinsert"/>
so schreiben:
<xsl:apply-templates />
</xsl:template>
Grüße
Thomas