xsd2html2xml
xsd2html2xml copied to clipboard
Escaping content
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 "quoted" string here" />