]> granicus.if.org Git - python/commit
Don't get fooled by an empty prefix with a valid namespaceURI -- in
authorGuido van Rossum <guido@python.org>
Mon, 5 Feb 2001 18:50:15 +0000 (18:50 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 5 Feb 2001 18:50:15 +0000 (18:50 +0000)
commit795ad56b319daa610766327b99a74e5ba1ae41b2
treedcd730f80f8ba2052e06f8fa84a0577b45d67ff6
parent1b26b6a5f16636c58296b852d7adaa10a44640f7
Don't get fooled by an empty prefix with a valid namespaceURI -- in
this case, the code used to generate invalid tags and attribute names
with a leading colon, e.g. <:tag> or <tag :attr="foo">.
Lib/xml/dom/pulldom.py