[bknr-cvs] r2002 - branches/xml-class-rework/projects/bos/statistics

bknr at bknr.net bknr at bknr.net
Sun Oct 15 22:15:06 UTC 2006


Author: hhubner
Date: 2006-10-15 18:15:06 -0400 (Sun, 15 Oct 2006)
New Revision: 2002

Modified:
   branches/xml-class-rework/projects/bos/statistics/buildSVGLineChart.xsl
Log:
Add required namespace for SVG images


Modified: branches/xml-class-rework/projects/bos/statistics/buildSVGLineChart.xsl
===================================================================
--- branches/xml-class-rework/projects/bos/statistics/buildSVGLineChart.xsl	2006-10-15 21:30:30 UTC (rev 2001)
+++ branches/xml-class-rework/projects/bos/statistics/buildSVGLineChart.xsl	2006-10-15 22:15:06 UTC (rev 2002)
@@ -1,7 +1,8 @@
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+<xsl:stylesheet xmlns="http://www.w3.org/2000/svg"
+                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 xmlns:xlink="http://www.w3.org/2000/xlink/namespace/"
                 version="1.0">
-  <xsl:output omit-xml-declaration="yes"/>
+  <xsl:output omit-xml-declaration="no"/>
   <xsl:template match="/graphData">
     <xsl:variable name="max">
       <xsl:value-of select="maxy"/>




More information about the Bknr-cvs mailing list