Thomas J.S.: Knoten in Text-Knoten

Beitrag lesen

hallo,

Der Holzweg: xsl

Der Holzweg ist nur ein kleiner Denkfehler gewesen.

<xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>

<xsl:template match='document'>
 <xsl:apply-templates />
</xsl:template>

<xsl:template match='text'>
 <p><xsl:apply-templates /></p>
</xsl:template>

<xsl:template match='link'>
 <a> <xsl:attribute name='href'><xsl:value-of select='@link' /></xsl:attribute>
 <xsl:value-of select="." /></a>
</xsl:template>

</xsl:stylesheet>

grüße
thomas