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 742ad09 commit 8a9dcfcCopy full SHA for 8a9dcfc
1 file changed
ietf/submit/forms.py
@@ -145,7 +145,7 @@ def clean(self):
145
os.environ["XML_LIBRARY"] = settings.XML_LIBRARY
146
try:
147
parser = xml2rfc.XmlRfcParser(str(tfn), quiet=True)
148
- self.xmltree = parser.parse()
+ self.xmltree = parser.parse(normalize=True)
149
ok, errors = self.xmltree.validate()
150
except Exception as exc:
151
raise forms.ValidationError("An exception occurred when trying to process the XML file: %s" % exc.msg)
0 commit comments