Index: level1/core/alltests.xml =================================================================== retrieving revision 1.20 diff -u -r1.20 alltests.xml --- level1/core/alltests.xml 8 Mar 2004 06:50:54 -0000 1.20 +++ level1/core/alltests.xml 9 Mar 2004 20:35:55 -0000 @@ -96,7 +96,9 @@ + + @@ -362,7 +364,9 @@ + + @@ -380,6 +384,7 @@ + Index: level1/core/documentinvalidcharacterexceptioncreateentref.xml =================================================================== retrieving revision 1.10 diff -u -r1.10 documentinvalidcharacterexceptioncreateentref.xml --- level1/core/documentinvalidcharacterexceptioncreateentref.xml 28 Jun 2003 18:40:57 -0000 1.10 +++ level1/core/documentinvalidcharacterexceptioncreateentref.xml 9 Mar 2004 20:35:55 -0000 @@ -1,6 +1,6 @@ + + + +documentinvalidcharacterexceptioncreateentref1 +Curt Arnold + +Creating an entity reference with an empty name should cause an INVALID_CHARACTER_ERR. + +2004-03-09 + + + + + + + + + + + + + + + Index: tests/level1/core/documentinvalidcharacterexceptioncreatepi1.xml =================================================================== RCS file: tests/level1/core/documentinvalidcharacterexceptioncreatepi1.xml diff -N tests/level1/core/documentinvalidcharacterexceptioncreatepi1.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tests/level1/core/documentinvalidcharacterexceptioncreatepi1.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,36 @@ + + + + + +documentinvalidcharacterexceptioncreatepi1 +Curt Arnold + +Creating a processing instruction with an empty target should cause an INVALID_CHARACTER_ERR. + +2004-03-09 + + + + + + + + + + + + + + + Index: tests/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1.xml =================================================================== RCS file: tests/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1.xml diff -N tests/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tests/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,36 @@ + + + + + +hc_documentinvalidcharacterexceptioncreateattribute1 +Curt Arnold + +Creating an attribute with an empty name should cause an INVALID_CHARACTER_ERR. + +2004-03-09 + + + + + + + + + + + + + + + Index: tests/level1/core/hc_documentinvalidcharacterexceptioncreateelement1.xml =================================================================== RCS file: tests/level1/core/hc_documentinvalidcharacterexceptioncreateelement1.xml diff -N tests/level1/core/hc_documentinvalidcharacterexceptioncreateelement1.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tests/level1/core/hc_documentinvalidcharacterexceptioncreateelement1.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,36 @@ + + + + + +hc_documentinvalidcharacterexceptioncreateelement1 +Curt Arnold + +Creating an element with an empty name should cause an INVALID_CHARACTER_ERR. + +2004-03-09 + + + + + + + + + + + + + + + Index: tests/level1/core/hc_elementinvalidcharacterexception1.xml =================================================================== RCS file: tests/level1/core/hc_elementinvalidcharacterexception1.xml diff -N tests/level1/core/hc_elementinvalidcharacterexception1.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tests/level1/core/hc_elementinvalidcharacterexception1.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,38 @@ + + + + + +hc_elementinvalidcharacterexception1 +Curt Arnold + +Calling Element.setAttribute with an empty name will cause an INVALID_CHARACTER_ERR. + +2004-03-09 + + + + + + + + + + + + + + + + + Index: tests/level2/core/createAttributeNS06.xml =================================================================== RCS file: tests/level2/core/createAttributeNS06.xml diff -N tests/level2/core/createAttributeNS06.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tests/level2/core/createAttributeNS06.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,40 @@ + + + + + + +createAttributeNS06 +Curt Arnold + +Document.createAttributeNS with an empty qualified name should cause an INVALID_CHARACTER_ERR. + +2004-03-09 + + + + + + + + + + + + + + + Index: tests/level2/core/createDocument08.xml =================================================================== RCS file: tests/level2/core/createDocument08.xml diff -N tests/level2/core/createDocument08.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tests/level2/core/createDocument08.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,40 @@ + + + + + + +createDocument08 +Curt Arnold + +DOMImplementation.createDocument with an empty qualified name should cause an INVALID_CHARACTER_ERR. + +2004-03-09 + + + + + + + + + + + + + + + Index: tests/level2/core/createDocumentType04.xml =================================================================== RCS file: tests/level2/core/createDocumentType04.xml diff -N tests/level2/core/createDocumentType04.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tests/level2/core/createDocumentType04.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,41 @@ + + + + + + +createDocumentType04 +Curt Arnold + +DOMImplementation.createDocumentType with an empty name should cause an INVALID_CHARACTER_ERR. + +2004-03-09 + + + + + + + + + + + + + + + + Index: tests/level2/core/createElementNS06.xml =================================================================== RCS file: tests/level2/core/createElementNS06.xml diff -N tests/level2/core/createElementNS06.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tests/level2/core/createElementNS06.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,42 @@ + + + + + + +createElementNS06 +Curt Arnold + +Document.createElementNS with an empty qualified name should cause an INVALID_CHARACTER_ERR. + +2004-03-09 + + + + + + + + + + + + + + + + + Index: tests/level2/core/setAttributeNS10.xml =================================================================== RCS file: tests/level2/core/setAttributeNS10.xml diff -N tests/level2/core/setAttributeNS10.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ tests/level2/core/setAttributeNS10.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,43 @@ + + + + + + +setAttributeNS10 +Curt Arnold + +Element.setAttributeNS with an empty qualified name should cause an INVALID_CHARACTER_ERR. + +2004-03-09 + + + + + + + + + + + + + + + + + +