xsl fo wann sonst
<xsl:choose>
<xsl:when test="/Test">
Text1
</xsl:when>
<xsl:otherwise>
Text2
</xsl:otherwise>
</xsl:choose>
loonix
<xsl:choose>
<xsl:when test="/Test">
Text1
</xsl:when>
<xsl:otherwise>
Text2
</xsl:otherwise>
</xsl:choose>