Re: XSLT in Mozilla
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
thanks! that was really helpful... I've got another question, based on the previous .xml i added this template to the xsl <xsl:template match="ns1:Packets"><xsl:value-of select="format-number(Packets, '#,###,###.###')"/></xsl:template> My output is NaN (not a number?), I'm not sure why xsl is having trouble resolving that the value of Packet is in fact a number. The same thing happens if I try to divide or do other mathematical operations.