We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de365d3 commit 9e24fcbCopy full SHA for 9e24fcb
rapidxml/rapidxml.py
@@ -85,3 +85,6 @@ def __init__(self,
85
cdata_key='#text'):
86
DictNode.__init__(self, attribute_prefix, cdata_key)
87
_rapidxml.Document.__init__(self, text, from_file)
88
+
89
+ def allocate_node(self, *args):
90
+ return DictNode().copy(super(RapidXml, self).allocate_node(*args))
0 commit comments