For now, the only implementation is for the MS Wind*ws platform (see below).
Example : cscript //nologo wintxsl.js hello.data.xml hello.txsl.xml
.
Sample input data : hello.data.xml
;
sample TinyXSL transform : hello.txsl.xml
You may wish to try also grid.data.xml
and grid.txsl.xml
.
wintxsl.js
for MS Wind*wswintxsl xml-file tinyxsl-file
;wintxsl
outputs to, either, stdin
(when OK) with return code 0
or
stderr
(error) with return code :1
: missing argument(s);2
: file(s) not found;3
: xml-file parse error;4
: tinyxsl-file parse errorEnjoy.
Cyril Jandia