xsl fo, когда еще

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