Re: XSLT in Mozilla
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
the .xml file to be used: <?xml version="1.0" encoding="utf-8"?> <StatsReport xmlns="schema:StatsReportSchema.xml" xmlns:xsl="http://www/w3.org/1999/XSL/Transform"> <NodeStatistics Version="1.0"> <Summary> <TimeSaved>11/30/2005 15:08:00</TimeSaved> <Packets>165</Packets> <Bytes>20243</Bytes> <NodeCount>55</NodeCount> </Summary> <Stats> <NodeStat> <Addr>00:06:5B:97:37:CF</Addr> <PacketsSent>4</PacketsSent> <BytesSent>508</BytesSent> <PacketsReceived>0</PacketsReceived> <BytesReceived>0</BytesReceived> </NodeStat> <NodeStat> <Addr>FF:FF:FF:FF:FF:FF</Addr> <PacketsSent>0</PacketsSent> <BytesSent>0</BytesSent> <PacketsReceived>120</PacketsReceived> <BytesReceived>13693</BytesReceived> </NodeStat> <NodeStat> <Addr>00:40:80:76:50:00</Addr> <PacketsSent>41</PacketsSent> <BytesSent>6180</BytesSent> <PacketsReceived>4</PacketsReceived> <BytesReceived>1557</BytesReceived> </NodeStat> </Stats> </NodeStatistics> </StatsReport>