dxml
dxml copied to clipboard
Invalid tag character exception message is not user friendly
When you write an XML tag with an invalid character, such as a space or <
character, the exception message gives a hexadecimal code unit:
dxml\writer.d(2214): Name contains invalid character: 0x3c
It would be more friendly to render it like ' '
or '<'
, unless it's a control / non printable character.