xsl fo, kiedy indziej

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