XSL Periksa apakah NAN

<xsl:if test="number(myNode) = myNode">
    <!-- myNode is a number -->
</xsl:if>
Nutty Narwhal