Joy: doppelte Ausgabe

Beitrag lesen

Hallo

sollte es doch jemanden geben der das hier liest. Bei nem Kumpel hats funktioniert. Wir haben auch gleich das xslt verbessert auf

<xsl:template match="*">
  xsl:copy
   <xsl:copy-of select="@*" />
   <xsl:apply-templates />
  </xsl:copy>
 </xsl:template>

<xsl:template match="xhtml:br" >
   <![CDATA[<br/> ]]>
  <xsl:apply-templates />
 </xsl:template>

Bei ihm klappt es, aber bei mir nicht. Woran könnte das liegen?

Gruß
Joy