Skip to content
Snippets Groups Projects
Commit 2521ea60 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

[thorstenp] enable buffering of expat. see #4457

parent 9b81b5d2
No related branches found
No related tags found
No related merge requests found
......@@ -330,6 +330,7 @@ class NodeBuilder:
self._parser.EndElementHandler = self.endtag
self._parser.StartNamespaceDeclHandler = self.handle_namespace_start
self._parser.CharacterDataHandler = self.handle_cdata
self._parser.buffer_text = True
self.Parse = self._parser.Parse
self.__depth = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment