Michiel Meulendijk
Michiel Meulendijk
This also goes for abstract elements, or elements with substitutiongroups referencing other elements.
Do you get the same error with another XSLT compiler, such as libxslt?
Just use libxslt. You can run it from the command line on Linux or Windows with a one-liner: xsltproc -o form.html xsd2html2xml.xsl dynamicui-definitions.xsd
It should work as you think. Can you try the latest release instead of the latest upload? https://github.com/MichielCM/xsd2html2xml/releases
When I set the default range to a high integer (e.g. 18943) it doesn't produce a character. Seems obvious, since fromCharCode doesn't support the highest Unicode values. Compare these: document.write(String.fromCodePoint(194564));...