Antwort: [xsl] Changing tag text2004-10-27 00:07:31Hi,
try creating a new element in a way like that:
<xsl:template match="....">
<xsl:element name="concat('xsl:', name())">
<xsl:value-of select="." /> <!-- or something similar for
the content of that node -->
</xsl:element>
</xsl:template>
Good luck / Olaf Wentzien
PPI Financial Systems
Hindenburgstraße 49
22297 Hamburg
Telefon: +49 40 / 22 74 33 - 343
Mobil: +49 160 / 367 74 34
Telefax: +49 40 / 22 74 33 - 320
E-Mail: mailto:olaf(_dot_)wentzien(_at_)ppi(_dot_)de
Web: http://www.ppi.de
|
|
||||||||||||||||