Index: noderemovechild07.xml =================================================================== RCS file: /sources/public/2001/DOM-Test-Suite/tests/level3/core/noderemovechild07.xml,v retrieving revision 1.4 diff -u -r1.4 noderemovechild07.xml --- noderemovechild07.xml 5 Jan 2004 08:27:13 -0000 1.4 +++ noderemovechild07.xml 6 Jan 2004 21:58:43 -0000 @@ -21,15 +21,15 @@ noderemovechild07 IBM - - - - Using removeChild on this Document node attempt to remove an Entity node and - verify if a NOT_FOUND_ERR gets thrown. +Attempts to remove a notation from a Document node. Since notations are children of +DocumentType, not Document the operation should fail with a NOT_FOUND_ERR. Attempting +to remove Document from a Notation should also fail either with a NOT_FOUND_ERR +or a NO_MODIFICATION_ALLOWED_ERR. Neil Delima 2002-06-10 + @@ -46,9 +46,11 @@ - - - - - + + + + + + +