Rick Ankrum wrote: > I am confused on how the "transform" command can be used on my > WindowsXP machine. JPluck 2 works fine on the example JXL files and I > have taken my Jpluck 0.9 file and re-written it to work with JPluck 2 > but I have read the Tutorial several times and have not figured out > how the "transform" process can be used.
Another example then. On Windows you can use the EXE wrapper (i.e. transform.exe), which is equivalent to typing java -jar transform.jar. >From the JPluck 2 directory type the following: transform -xsl xsl\convert-jxl-0.9.xsl c:\path\to\your.jxl This dumps the output to stdout. To redirect stdout to a file use: transform -xsl xsl\convert-jxl-0.9.xsl c:\path\to\your.jxl > mysites.jxl Regards -Laurens _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

