xsd2html2xml icon indicating copy to clipboard operation
xsd2html2xml copied to clipboard

Generates plain HTML5 forms from XML schemas (XSDs). Transforms filled-in forms into XML.

Results 32 xsd2html2xml issues
Sort by recently updated
recently updated
newest added

The windows application -Save as- only saves the XML resulting from the form input. Not the form to be putted on a site. I am using the trial version. Is...

The windows application works correctly like the attachment 1 The 3.3 version uning the same xsd as input generates the for without the field names. See pdf attached. [HTML5 Form...

Hi Michiel !! I was looking your library and it seems to be just what I need, so I've some questions to implement it on my web site, hope you...

When translating an element of type number, xs:fractionDigits defines the maximum number of fractional digits (i.e., digits that are after the decimal point). When set to 0, that means that...

Hello, How to exclude optional elements (with minoccurs="0") from appearing on the form? Thanks in advance.

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...

maxOccurs on sequence level doesn't make element repeatable, though on element level it does I'm not really an expert on XML structure, just noticed that with one of supplied schemes....

Hello, When I generate an Html form from a small xsd file, It doesn’t take a long time, but when I work with a file more than 2 or 3...

My XSD: ``` ``` **sex** attribute select element options are correctly generated, but the inherited **size** attribute select element does'n contain options. This is the HTML generated: ``` MY JEANS...