[XML-SIG] DOM test failures
Fred L. Drake, Jr.
fdrake@acm.org
Fri, 14 Dec 2001 12:58:18 -0500
Rich Salz writes:
> If it must be allowed, so be it.
> I was following your concept, not your literal suggestion. :)
I'll say! I was quite shocked when I saw your message; it took a
minute to figure out what you were referring to!
Now, were there a way to distinguish between DOM's built with and
without namespaces, it might be a good idea to raise an exception if
a colon would appear in a localName for a namespace-mode DOM.
(Hmm... doc.documentElement.localName should be true in namespace
mode, and false otherwise, but I'm not sure that's how all the DOM
implementations actually work.)
-Fred
--
Fred L. Drake, Jr. <fdrake at acm.org>
PythonLabs at Zope Corporation