Element interface

Two annotations to the Element interface:

a) removeAttribute and removeAttributeNS need a NOT_FOUND_ERR in order
to operate in the same way as a NamedNodeMap.

b) setAttributeNS NAMESPACE_ERR: "... if if [sic] the qualifiedName
has a prefix different from "xml" and "xmlns" and the namespaceURI is
null or an empty string.":  This condition is left out in the
corresponding Document.createAttributeNS method.  Are they different
by intention or by mistake?  If the quoted passage shall remain:  Is
it also intended to raise an exception if prefix and namespace URI are
both null or an empty string?

-- 
=====================================================================
 Dieter Koehler, M. A. - dieter.koehler@ppp.uni-bamberg.de
 Mittlere Kaulberg 22, D-96049 Bamberg, +49(0)951-5190726
 "http://www.philo.de/Philosophie-Seiten/": 1000+ Philosophie-Links
 "http://www.philo.de/VirtualLibrary/14.de.htm": Deutsche Philo-Links
 "http://www.philo.de/xml/": Open XML - XML-Komponenten fuer Delphi
=====================================================================

Received on Monday, 6 March 2000 13:05:49 UTC