Skip to content
Snippets Groups Projects
Commit 343456e3 authored by Adam's avatar Adam Committed by Adam Palay
Browse files

don't remove comments from xml module

parent da538b87
No related merge requests found
......@@ -17,7 +17,7 @@ log = logging.getLogger(__name__)
# assume all XML files are persisted as utf-8.
edx_xml_parser = etree.XMLParser(dtd_validation=False, load_dtd=False,
remove_comments=True, remove_blank_text=True,
remove_comments=False, remove_blank_text=True,
encoding='utf-8')
......
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