dxml icon indicating copy to clipboard operation
dxml copied to clipboard

Invalid tag character exception message is not user friendly

Open dkorpel opened this issue 10 months ago • 0 comments

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.

dkorpel avatar Apr 16 '24 12:04 dkorpel