tkormann    01/10/18 09:01:52

  Modified:    samples/tests/spec/structure xmlBase.svg xmlBaseStyling.svg
  Log:
  add the xml declaration
  
  Revision  Changes    Path
  1.3       +3 -2      xml-batik/samples/tests/spec/structure/xmlBase.svg
  
  Index: xmlBase.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/tests/spec/structure/xmlBase.svg,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xmlBase.svg       2001/10/18 15:01:20     1.2
  +++ xmlBase.svg       2001/10/18 16:01:52     1.3
  @@ -1,3 +1,4 @@
  +<?xml version="1.0" standalone="no"?>
   <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
   "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>
   
  @@ -14,7 +15,7 @@
   <!-- xml:base processing test.                                              -->
   <!--                                                                        -->
   <!-- @author [EMAIL PROTECTED]                                       -->
  -<!-- @version $Id: xmlBase.svg,v 1.2 2001/10/18 15:01:20 deweese Exp $    -->
  +<!-- @version $Id: xmlBase.svg,v 1.3 2001/10/18 16:01:52 tkormann Exp $    -->
   <!-- ====================================================================== -->
   
   <?xml-stylesheet type="text/css" href="../../resources/style/test.css" ?>
  @@ -53,4 +54,4 @@
          </g>
       </g>
       <use xlink:href="../../../batikLogo.svg#Batik_Tag_Box" /> 
  -</svg>
  \ No newline at end of file
  +</svg>
  
  
  
  1.2       +2 -1      xml-batik/samples/tests/spec/structure/xmlBaseStyling.svg
  
  Index: xmlBaseStyling.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/tests/spec/structure/xmlBaseStyling.svg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xmlBaseStyling.svg        2001/10/18 14:43:36     1.1
  +++ xmlBaseStyling.svg        2001/10/18 16:01:52     1.2
  @@ -1,3 +1,4 @@
  +<?xml version="1.0" standalone="no"?>
   <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
   "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>
   
  @@ -14,7 +15,7 @@
   <!-- xml:base processing test.                                              -->
   <!--                                                                        -->
   <!-- @author [EMAIL PROTECTED]                                               -->
  -<!-- @version $Id: xmlBaseStyling.svg,v 1.1 2001/10/18 14:43:36 tkormann Exp $ -->
  +<!-- @version $Id: xmlBaseStyling.svg,v 1.2 2001/10/18 16:01:52 tkormann Exp $ -->
   <!-- ====================================================================== -->
   
   <?xml-stylesheet type="text/css" href="../../resources/style/test.css" ?>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to