xsd2html2xml
xsd2html2xml copied to clipboard
Boolean values sometimes incorrect in rendered html
If you have an xs:boolean with default=true in a schema and you generate an empty form all your resulting checkboxes are ticked (as they should be)
If you generate a pre-filled form, where some of those boolean values are false, they are still ticked in the resulting html (which I believe is wrong)
This should fix that.