Commit e427d5f0 authored by Nicolas Delaby's avatar Nicolas Delaby

Get parseString method from DOMImplementation API

parent 67fc218c
......@@ -20,7 +20,9 @@
#
##############################################################################
try:
from Ft.Xml import Parse as parse, parseString
from Ft.Xml import Parse as parse
from Ft.Xml.Domlette import EntityReaderBase
parseString = EntityReaderBase().parseString
except:
from xml.dom.minidom import parse, parseString
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment