SXML icon indicating copy to clipboard operation
SXML copied to clipboard

Ensure absence of invalid symbols

Open senier opened this issue 6 years ago • 0 comments

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.

senier avatar Sep 10 '18 12:09 senier