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 hi...@apache.org on 2001/03/08 04:05:00 UTC

cvs commit: xml-batik/sources/org/apache/batik/dom/svg XSLTransformer.java XalanTransformer.java

hillion     01/03/07 19:04:59

  Modified:    samples/tests index2.svg
  Removed:     lib      xalan-1.2.1.jar xerces-1.2.1.jar
               samples/tests xsltest.svg xsltest.xsl
               sources/org/apache/batik/dom/svg XSLTransformer.java
                        XalanTransformer.java
  Log:
  Removed no more used XSL stuff.
  
  Revision  Changes    Path
  1.10      +3 -3      xml-batik/samples/tests/index2.svg
  
  Index: index2.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/tests/index2.svg,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- index2.svg	2001/01/19 04:20:22	1.9
  +++ index2.svg	2001/03/08 03:04:49	1.10
  @@ -14,7 +14,7 @@
   <!-- This tests validates linking and provides an index for text files.        -->
   <!--                                                                           -->
   <!-- @author stephane@hillion.org                                              -->
  -<!-- @version $Id: index2.svg,v 1.9 2001/01/19 04:20:22 vhardy Exp $         -->
  +<!-- @version $Id: index2.svg,v 1.10 2001/03/08 03:04:49 hillion Exp $         -->
   <!-- ========================================================================= -->
   
   <svg id="body" width="450" height="500" viewBox="0 0 450 500">
  @@ -100,10 +100,10 @@
       </text>
     </a> 
   
  -  <a xlink:href="xsltest.svg" xlink:show="new">
  +  <a xlink:href="textFeatures.svg" xlink:show="new">
       <text class="link" x="70" y="0"
             transform="translate(0, 250) rotate(-35)">
  -      XSL Stylesheets (xsltest.svg)
  +      Text (textFeatures.svg)
       </text>
     </a>