xsd2html2xml icon indicating copy to clipboard operation
xsd2html2xml copied to clipboard

Escaping content

Open groupmsl opened this issue 4 years ago • 0 comments

I was having trouble with the output of XSD2HTML2XML as the values didn't seem to be escaped. This caused an issue if I had double quotes in an attribute (for example) like:

<element attribute="Some "quoted" string here" />

This would now look like:

<element attribute="Some &quot;quoted&quot; string here" />

groupmsl avatar Apr 01 '21 12:04 groupmsl