Commit 8a64029b by Calen Pennington

Remove blank text nodes during xml parsing

parent 7b89b1eb
......@@ -9,7 +9,7 @@ from . import ModuleStore, Location
from .exceptions import ItemNotFoundError
etree.set_default_parser(etree.XMLParser(dtd_validation=False, load_dtd=False,
remove_comments=True))
remove_comments=True, remove_blank_text=True))
log = logging.getLogger(__name__)
......
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