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/11/29 13:08:34 UTC

cvs commit: xml-batik/resources/org/apache/batik/dom/svg/resources svg10.dtd

vhardy      01/11/29 04:08:34

  Modified:    resources/org/apache/batik/dom/svg/resources svg10.dtd
  Log:
  Added missing xmlns:xlink attribute declaration on svg element.
  
  Revision  Changes    Path
  1.3       +1 -0      xml-batik/resources/org/apache/batik/dom/svg/resources/svg10.dtd
  
  Index: svg10.dtd
  ===================================================================
  RCS file: /home/cvs/xml-batik/resources/org/apache/batik/dom/svg/resources/svg10.dtd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- svg10.dtd	2001/11/02 16:02:09	1.2
  +++ svg10.dtd	2001/11/29 12:08:34	1.3
  @@ -302,6 +302,7 @@
                      %ceExt;%svgExt;)* >
   <!ATTLIST svg
   	xmlns CDATA #FIXED "http://www.w3.org/2000/svg"
  +    xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink"
   	%stdAttrs; 
   	%testAttrs; 
   	%langSpaceAttrs; 
  
  
  

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