Index: tests/level2/core/attrgetownerelement01.xml
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/tests/level2/core/attrgetownerelement01.xml,v
retrieving revision 1.2
diff -u -r1.2 attrgetownerelement01.xml
--- tests/level2/core/attrgetownerelement01.xml 4 Dec 2002 00:42:46 -0000 1.2
+++ tests/level2/core/attrgetownerelement01.xml 30 Jun 2003 04:55:29 -0000
@@ -1,49 +1,51 @@
-
-
-
-
-
-
-attrgetownerelement01
-IBM
-
- The "getOwnerElement()" will return the Element node this attribute is attached to or
- null if this attribute is not in use.
-
- Retreive the default attribute defaultAttr and check its owner element. Verify if the name
- the nodeName of the returned ownerElement is emp:employee.
-
-Neil Delima
-2002-04-28
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+attrgetownerelement01
+IBM
+
+ The "getOwnerElement()" will return the Element node this attribute is attached to or
+ null if this attribute is not in use.
+
+ Retreive the default attribute defaultAttr and check its owner element. Verify if the name
+ the nodeName of the returned ownerElement is emp:employee.
+
+Neil Delima
+2002-04-28
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: tests/level2/core/attrgetownerelement05.xml
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/tests/level2/core/attrgetownerelement05.xml,v
retrieving revision 1.2
diff -u -r1.2 attrgetownerelement05.xml
--- tests/level2/core/attrgetownerelement05.xml 4 Dec 2002 00:42:46 -0000 1.2
+++ tests/level2/core/attrgetownerelement05.xml 30 Jun 2003 04:55:29 -0000
@@ -2,7 +2,7 @@
-
-
-
-
-documentimportnode08
-IBM
-
- The importNode method imports a node from another document to this document.
- A NOT_SUPPORTED_ERR is raised if the type of node being imported is
- not supported
-
- Using the method importNode with deep=true, try to import a newly created DOcumentType
- node. Since DocumentType nodes cannot be imported, a NOT_SUPPORTED_ERR should be raised.
-
-Neil Delima
-2002-04-30
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+documentimportnode08
+IBM
+
+ The importNode method imports a node from another document to this document.
+ A NOT_SUPPORTED_ERR is raised if the type of node being imported is
+ not supported
+
+ Using the method importNode with deep=true, try to import a newly created DOcumentType
+ node. Since DocumentType nodes cannot be imported, a NOT_SUPPORTED_ERR should be raised.
+
+Neil Delima
+2002-04-30
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: tests/level2/core/documentimportnode14.xml
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/tests/level2/core/documentimportnode14.xml,v
retrieving revision 1.2
diff -u -r1.2 documentimportnode14.xml
--- tests/level2/core/documentimportnode14.xml 4 Dec 2002 00:42:46 -0000 1.2
+++ tests/level2/core/documentimportnode14.xml 30 Jun 2003 04:55:29 -0000
@@ -2,7 +2,7 @@
-
-
-
-documenttypeinternalSubset01
-IBM
-
- The method getInternalSubset() returns the internal subset as a string.
-
- Create a new DocumentType node with null values for publicId and systemId.
- Verify that its internal subset is null.
-
-Neil Delima
-2002-04-28
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+documenttypeinternalSubset01
+IBM
+
+ The method getInternalSubset() returns the internal subset as a string.
+
+ Create a new DocumentType node with null values for publicId and systemId.
+ Verify that its internal subset is null.
+
+Neil Delima
+2002-04-28
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: tests/level2/core/documenttypepublicid01.xml
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/tests/level2/core/documenttypepublicid01.xml,v
retrieving revision 1.2
diff -u -r1.2 documenttypepublicid01.xml
--- tests/level2/core/documenttypepublicid01.xml 4 Dec 2002 00:42:46 -0000 1.2
+++ tests/level2/core/documenttypepublicid01.xml 30 Jun 2003 04:55:29 -0000
@@ -2,7 +2,7 @@
-
-
-
- elementsetattributens05
- IBM
-
- The method setAttributeNS adds a new attribute and raises a NAMESPACE_ERR if the
- qualifiedName has a prefix and the namespaceURI is null.
- Invoke the setAttributeNS method on a new Element object with null namespaceURI and a
- qualifiedName that has a namespace prefix. Check if the NAMESPACE_ERR was thrown.
-
- Neil Delima
- 2002-04-28
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ elementsetattributens05
+ IBM
+
+ The method setAttributeNS adds a new attribute and raises a NAMESPACE_ERR if the
+ qualifiedName has a prefix and the namespaceURI is null.
+ Invoke the setAttributeNS method on a new Element object with null namespaceURI and a
+ qualifiedName that has a namespace prefix. Check if the NAMESPACE_ERR was thrown.
+
+ Neil Delima
+ 2002-04-28
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: tests/level2/core/namednodemapgetnameditemns01.xml
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/tests/level2/core/namednodemapgetnameditemns01.xml,v
retrieving revision 1.2
diff -u -r1.2 namednodemapgetnameditemns01.xml
--- tests/level2/core/namednodemapgetnameditemns01.xml 4 Dec 2002 00:42:47 -0000 1.2
+++ tests/level2/core/namednodemapgetnameditemns01.xml 30 Jun 2003 04:55:30 -0000
@@ -2,7 +2,7 @@