You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2001/05/15 01:41:13 UTC

cvs commit: xml-batik/contrib/charts/xsl pie.xsl

vhardy      01/05/14 16:41:13

  Modified:    contrib/charts/xsl pie.xsl
  Log:
  Applied patch from Neem Praks.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-batik/contrib/charts/xsl/pie.xsl
  
  Index: pie.xsl
  ===================================================================
  RCS file: /home/cvs/xml-batik/contrib/charts/xsl/pie.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pie.xsl	2001/05/07 22:27:59	1.1
  +++ pie.xsl	2001/05/14 23:41:09	1.2
  @@ -14,12 +14,12 @@
   <!-- cos.                                                                   -->
   <!--                                                                        -->
   <!-- @author john.r.morrison@ntworld.com                                    -->
  -<!-- @version $Id: pie.xsl,v 1.1 2001/05/07 22:27:59 vhardy Exp $                                                          -->
  +<!-- @version $Id: pie.xsl,v 1.2 2001/05/14 23:41:09 vhardy Exp $                                                          -->
   <!-- ====================================================================== -->
   
   <xsl:stylesheet version="1.0"
   	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  -	xmlns:math="http://xsl.lotus.com/java">
  +    xmlns:math="http://xml.apache.org/xslt/java">
   
   <xsl:variable name="height" select="graph/meta/pie/height"/>
   <xsl:variable name="width"  select="graph/meta/pie/width"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org