Index: namednodemapgetnameditemns01.xml =================================================================== RCS file: /sources/public/2001/DOM-Test-Suite/tests/level2/core/namednodemapgetnameditemns01.xml,v retrieving revision 1.3 diff -u -r1.3 namednodemapgetnameditemns01.xml --- namednodemapgetnameditemns01.xml 30 Jun 2003 05:00:26 -0000 1.3 +++ namednodemapgetnameditemns01.xml 23 Dec 2003 05:34:46 -0000 @@ -20,16 +20,16 @@ namednodemapgetnameditemns01 IBM - The method getNamedItemNS retrieves a node specified by local name and namespace URI. - Using the method getNamedItemNS, retreive the entity "ent1" and notation "notation1" - from a NamedNodeMap of this DocumentTypes entities and notations. Verify if these - have been retreived correctly using the nodeName attribute. + from a NamedNodeMap of this DocumentTypes entities and notations. + Both should be null since entities and notations are not namespaced. Neil Delima 2002-04-28 + + @@ -46,9 +46,7 @@ + - - - - + Index: namednodemapremovenameditemns05.xml =================================================================== RCS file: /sources/public/2001/DOM-Test-Suite/tests/level2/core/namednodemapremovenameditemns05.xml,v retrieving revision 1.4 diff -u -r1.4 namednodemapremovenameditemns05.xml --- namednodemapremovenameditemns05.xml 19 Dec 2003 22:00:44 -0000 1.4 +++ namednodemapremovenameditemns05.xml 23 Dec 2003 05:34:46 -0000 @@ -20,9 +20,6 @@ namednodemapremovenameditemns05 IBM - The method removeNamedItemNS removes a node using its namespaceURI and localName and - raises a NO_MODIFICATION_ALLOWED_ERR if this map is readonly. - Retreive an entity and notation node and remove the first notation from the entity node map and first entity node from the notation map. Since both these maps are readonly, a NO_MODIFICATION_ALLOWED_ERR should be raised. @@ -31,30 +28,34 @@ 2002-04-28 + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + Index: namednodemapsetnameditemns05.xml =================================================================== RCS file: /sources/public/2001/DOM-Test-Suite/tests/level2/core/namednodemapsetnameditemns05.xml,v retrieving revision 1.4 diff -u -r1.4 namednodemapsetnameditemns05.xml --- namednodemapsetnameditemns05.xml 19 Dec 2003 22:00:44 -0000 1.4 +++ namednodemapsetnameditemns05.xml 23 Dec 2003 05:34:46 -0000 @@ -20,17 +20,16 @@ namednodemapsetnameditemns05 IBM - The method setNamedItemNS adds a node using its namespaceURI and localName and - raises a NO_MODIFICATION_ALLOWED_ERR if this map is readonly. - Retreive an entity and notation node and add the first notation to the - entity node map and first entity node to the notation map. Since both these + notation node map and first entity node to the entity map. Since both these maps are for readonly node, a NO_MODIFICATION_ALLOWED_ERR should be raised. Neil Delima 2002-04-28 + + @@ -45,16 +44,16 @@ - - + + - + - +