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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]