Command-line TinyXSL

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.

Implementations

wintxsl.js for MS Wind*ws
Usage : wintxsl xml-file tinyxsl-file;
wintxsl outputs to, either, stdin (when OK) with return code 0 or stderr (error) with return code :
Here's an all-in-one ZIP file.

Enjoy.
Cyril Jandia