-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Validation
-
Backlog priority:200
When adding an XML extension with invalid XML (or just content), there is no validation error at save, but export crashes with an error, for instance:
HTTP ERROR: 500
org.dom4j.DocumentException: Error on line 17 of document : XML document structures must start and end within the same entity. Nested exception: XML document structures must start and end within the same entity.
or:
HTTP ERROR: 500
org.dom4j.DocumentException: Error on line 1 of document : Content is not allowed in prolog. Nested exception: Content is not allowed in prolog.