You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Cory Isaacson/CompuFlex <ci...@compuflex.com> on 2000/05/08 22:19:27 UTC

Choose Match

I have some code which uses xsl:choose. It matches fine on all values, except '-1' as in the following snippet. All of my other values are positive numbers. Is there a special entity or method of matching a hyphen character?

    <xsl:when test="$dataType = '-1'">
    ......
    </xsl:when>


Thanks,

Cory