1@echo Simpistic reproduction of Bugzilla#5533 2@echo See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5533 for description 3mkdir output 4java -classpath %classpath%;..\..\..\..\java\bin\xml-apis.jar;..\..\..\..\java\bin\xerces.jar;..\..\..\..\java\build\xalan.jar org.apache.xalan.xslt.Process -in javaRedir1.xml -xsl javaRedir1.xsl -out output\bugzilla5533.out 5@echo To verify: check that both of the output files from above, 6@echo javaRedir1.out and javaRedir1a-from-build-extensions.out, 7@echo are in the output subdirectory below here 8 9