SXML
SXML copied to clipboard
Ensure absence of invalid symbols
Element names, attribute names and attributes values have a specific format according to the XML specification. At the moment, the generator and the parser accept arbitrary strings, though.
For the generators, ensure that preconditions enforce the right format. In addition, implement a check for the parser to reject non-conforming content.