Editor: cb_XTR is a commandline utility which performs XSL transformations. It reads an XML and an XSL file, perfoms the transformation and writes the output to the console or Another File. To measure performance the times needed for loading, transforming and saving can be shown.
cb_XTR requires MSXML4.DLL from Microsoft. The program automatically checks, if MSXML4 is installed.
Usage
cb_XTR can be called from the commandline or from a .bat or .cmd file. Be sure, that cb_XTR.exe can be found by the system (e.g. set PATH variable accordingly).
Usage: cb_XTR xmlfile xslfile [outfile] [-t]
-t: show times
xmlfile: The input data to be processed
xslfile: The file containing the XSL-script
outfile: The resulting file. If not present, the result will be written to the stdout (the console).
-t: Displays processing times for loading, transforming and saving.