Hi,
Writing a style sheet and wanting to test a node value to 
see whether it is
numeric or not? (Decides HTML align formatting)
[snip]
Test Element
<xsl:if test="number(test)">
This unfortenately will not work if the value of "number(test)" is 0 (zero).
Cheers,
Jarno - Madam Zu: March 2004 <www.hardnrg.com>
--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--