Download
FAQ History |
API
Search Feedback |
Transforming from the Command Line with Xalan
To run a transform from the command line, you initiate a Xalan
Process
using the following command:
Note: Remember to use the endorsed directories mechanism to access the Xalan libraries, as described in Compiling and Running the Program.
With this command, the output goes to
System.out
. The-OUT
option can also be used to output to a file.The
Process
command also allows for a variety of other options. For details, seehttp://xml.apache.org/xalan-j/commandline.html
.
Download
FAQ History |
API
Search Feedback |
All of the material in The J2EE(TM) 1.4 Tutorial is copyright-protected and may not be published in other works without express written permission from Sun Microsystems.