Natascha: Problem mit "<" bei Transf. von XML > XSLT > PDF

Beitrag lesen

Schreibe im XSLT-Stylesheet:
<xsl:text disable-output-escaping="yes">&lt;</xsl:text>

Hallo Thomas, vielen Dank für Deine Antwort

in meinem Stylesheet rufe ich dieses Template auf:

<!-- ================== Template Einleitung ===================== -->
<xsl:template name="einleitung">
   <fo:block font-family="Arial" font-size="10pt" font-style="normal" font-weight="normal">
   <xsl:value-of disable-output-escaping="yes" select="content/einleitung" />
   </fo:block>
</xsl:template>
<!-- ============================================================= -->

wo setzte ich das denn jetzt ein
<xsl:text disable-output-escaping="yes">&lt;</xsl:text>

Grüße
Natascha