MichielCM / xsd2html2xml

Generates plain HTML5 forms from XML schemas (XSDs). Transforms filled-in forms into XML.
MIT License
95 stars 42 forks source link

"base64binary" value error on generated handler #44

Open aritgithub opened 3 years ago

aritgithub commented 3 years ago

Fixing of wrong logic of the control on the value type "base64binary"; it was always encoded in base16 (hexBinary) in the JavaScript handler of the generated html.