What does Uncaught exception from DOMException, message = Invalid Character Error mean?
This error is generated when creating the XML document prior to its transformation into HTML. It signifies that the element (field) name contains invalid characters. According to the XML specification an element name must conform to the following: • The start character must not be a digit, diacritic, full stop or hyphen. • Other characters should exclude symbolic or whitespace characters.