Brassrat
Brassrat
The 'shift' function is implemented via exec('shift') - but this doesn't/can't/shouldn't change the process.argv array. thus the value of, e.g., $1 does not change after shift. Seems that process.argv needs...
Seems that $0 is like 'sh'? shouldn't it be the path to the '.js' file? preferably some absolute version of the path to the js file?
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...
id dropdown lists are currently updated when an id field is added - but no value has been added yet. This change causes the id dropdowns to be updated after...
I am splitting this off of the other issue i raised. You responded by suggesting that i transform the xml after adding a reference to the xsd. But the xsd...
the repo contains a multiline-strings.xsl file in the 'root' and one in handlers. The handlers/multiline-strings.xsl seems to be out-of-date as saxon reports a problem wrt extra min-length parameter which appears...
It would be nice if the config.xsl file did not have to be in the same folder as the rest of xs2dhtml2xml folder. Maybe support for some CONFIG argument to...