
23 Jun
2006
23 Jun
'06
12:03 p.m.
Holger Joukl wrote:
Stefan Behnel behnel_ml@gkec.informatik.tu-darmstadt.de schrieb am 23.06.2006 12:54:26:
- def DefaultNamespace():
"""Retrieve the namespace object associated with the default
namespace URI
('*'). Creates a new default if it does not yet exist."""
return Namespace('*')
I don't think DefaultNamespace is a good name, as this is not related to namespaces at all.
Right, that's probably similarly confusing as I found the heading "Implementing namespaces with the namespace class" in the lxml doc ;-) How about renaming this to "Associating custom element classes with namespaces"
+1
Doc patches are welcome, too, of course. :)
Regards,
Martijn