xsl:use-attribute-sets="monospace.verbatim.properties shade.verbatim.style">
<xsl:choose>
<xsl:when test="$hyphenate.verbatim != 0 and
- function-available('exsl:node-set')">
+ $exsl.node.set.available != 0">
<xsl:apply-templates select="exsl:node-set($content)"
mode="hyphenate.verbatim"/>
</xsl:when>
xsl:use-attribute-sets="monospace.verbatim.properties">
<xsl:choose>
<xsl:when test="$hyphenate.verbatim != 0 and
- function-available('exsl:node-set')">
+ $exsl.node.set.available != 0">
<xsl:apply-templates select="exsl:node-set($content)"
mode="hyphenate.verbatim"/>
</xsl:when>
</xsl:variable>
<xsl:choose>
- <xsl:when test="function-available('exsl:node-set')">
+ <xsl:when test="$exsl.node.set.available != 0">
<xsl:apply-templates select="exsl:node-set($endterm)" mode="remove-ids"/>
</xsl:when>
<xsl:otherwise>