]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
changed svg namespace uri to the current value
authorKeiron Liddle <keiron@apache.org>
Tue, 18 Jul 2000 06:15:43 +0000 (06:15 +0000)
committerKeiron Liddle <keiron@apache.org>
Tue, 18 Jul 2000 06:15:43 +0000 (06:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193521 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/PropertyListBuilder.java

index f1eec744b29c8b8aeebcbba87d6c7b68cd2d2d53..5385ef98ab66e8659605a70ab09c75a7a772aaac 100644 (file)
@@ -178,7 +178,7 @@ public class PropertyListBuilder {
                Hashtable table = new Hashtable();
                table.put("height",SVGLengthProperty.maker());
                table.put("width",SVGLengthProperty.maker());
-               spaceTable.put("http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd", table);
+               spaceTable.put("http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd", table);
 
                propertyTable.put("rx",SVGLengthProperty.maker());
                propertyTable.put("ry",SVGLengthProperty.maker());
@@ -212,8 +212,8 @@ public class PropertyListBuilder {
                table.put("dx",SVGLengthListProperty.maker());
                table.put("dy",SVGLengthListProperty.maker());
 //             table.put("id",SVGStringProperty.maker());
-               elementTable.put("http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd^tref", table);
-               elementTable.put("http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd^tspan", table);
+               elementTable.put("http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd^tref", table);
+               elementTable.put("http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd^tspan", table);
        }
 
     public Property computeProperty(PropertyList propertyList, String propertyName) {