<xsl:choose>
<xsl:when test=”//anode and //anode/@show=’Y'”>
<fo:block>Blah</fo:block>
</xsl:when>
<xsl:otherwise>
<fo:block>Blah</fo:block>
</xsl:otherwise>
</xsl:choose>
<xsl:choose>
<xsl:when test=”//anode and //anode/@show=’Y'”>
<fo:block>Blah</fo:block>
</xsl:when>
<xsl:otherwise>
<fo:block>Blah</fo:block>
</xsl:otherwise>
</xsl:choose>