deweese 2002/08/26 04:51:12
Modified: sources/org/apache/batik/util XMLConstants.java
test-resources/org/apache/batik/dom unitTesting.xml
Log:
Now provides the correct root element tag name for cloneElement
Revision Changes Path
1.4 +3 -3 xml-batik/sources/org/apache/batik/util/XMLConstants.java
Index: XMLConstants.java
===================================================================
RCS file: /home/cvs/xml-batik/sources/org/apache/batik/util/XMLConstants.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XMLConstants.java 28 Nov 2001 12:51:18 -0000 1.3
+++ XMLConstants.java 26 Aug 2002 11:51:12 -0000 1.4
@@ -19,13 +19,13 @@
* The XML namespace URI.
*/
String XML_NAMESPACE_URI =
- "http://www.w3.org/XML/1998/namespace";
+ "http://www.w3.org/XML/1998/namespace";
/**
* The xmlns namespace URI.
*/
String XMLNS_NAMESPACE_URI =
- "http://www.w3.org/2000/xmlns/";
+ "http://www.w3.org/2000/xmlns/";
/**
* The xmlns prefix
1.9 +2 -2 xml-batik/test-resources/org/apache/batik/dom/unitTesting.xml
Index: unitTesting.xml
===================================================================
RCS file: /home/cvs/xml-batik/test-resources/org/apache/batik/dom/unitTesting.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- unitTesting.xml 30 May 2002 16:42:34 -0000 1.8
+++ unitTesting.xml 26 Aug 2002 11:51:12 -0000 1.9
@@ -35,7 +35,7 @@
class="org.apache.batik.dom.svg.CloneElementTest" >
<arg class="java.lang.String"
value="test-resources/org/apache/batik/dom/dummyXML3.xml" />
- <arg class="java.lang.String" value="root" />
+ <arg class="java.lang.String" value="doc" />
<arg class="java.lang.String" value="elt2" />
</test>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]