[xsl] Test For Numeric Values?

Subject: [xsl] Test For Numeric Values?
From: "Adam J Knight" <adam@xxxxxxxxxxxxxxxxx>
Date: Fri, 8 Apr 2005 11:06:42 +1000
Hi all,

Writing a style sheet and wanting to test a node value to see whether it is
numeric or not? (Decides HTML align formatting)

<xsl:if test=?>
    <xsl:attribute name="align">right</xsl:attribute>
</xsl:if>

Thankx!!!!

Cheers,
Adam
 

Current Thread