Changeset 2002
- Timestamp:
- 10/16/06 00:15:06 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/xml-class-rework/projects/bos/statistics/buildSVGLineChart.xsl
r1994 r2002 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 1 <xsl:stylesheet xmlns="http://www.w3.org/2000/svg" 2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 2 3 xmlns:xlink="http://www.w3.org/2000/xlink/namespace/" 3 4 version="1.0"> 4 <xsl:output omit-xml-declaration=" yes"/>5 <xsl:output omit-xml-declaration="no"/> 5 6 <xsl:template match="/graphData"> 6 7 <xsl:variable name="max">
