MichielCM / xsd2html2xml

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

calls to set-numeric-range missing parameter #33

Open Brassrat opened 4 years ago

Brassrat commented 4 years ago

with latest change, some of the invocations of set-numeric-range template do not have a min-value (or max-value) parameter which bothers IDE (well at least intellij). Shouldn't the template define a default value?