Re: XSLT in Mozilla
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
thanks that definetely helped... i'm having trouble with this line: <td class="rr"><xsl:value-of select="format-number((ns1:BytesReceived div ns1:/StatsReport/NodeStatistics/Summary/Bytes), '##0.000%')"/></td> its part of the ns1:NodeStat template. I can do the divide if i'm dividing into an actual number or BytesSent, but am having trouble being able to divide by a number that is not a child of NodeStat. I thought using the absolute path would solve that, but I keep getting NaN returned.