ThomasM: HTML soll XSL-Trafo überleben

Beitrag lesen

Hallo marius,

<xsl:template match="text">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><head>
<body>
    <xsl:value-of select="."/>
<body>
<html>
</xsl:template>

Verwende xsl:copy-of (und stelle die Wohlgeformtheit im XSL-Code her).

Grüße,
Thomas