Mark Wilson I am the creator of TopXML. I am available for international and local (Australia) contracts. I am a Solution Architect/Business Analyst. I have worked in IT in several countries (NZ, Australia, South Africa, UK) building and training teams for government and very large non-governmental organizations. I am ex-Microsoft Consulting Services. I wrote the first book on Microsoft XML published in 2000 called XML Programming with VB and ASP. Most recently I have been building tools for the SEO industry. Ask me for a 37 point SEO health-checkup for your website.
First posted :
03/24/2008
Times viewed :
1232
Xalan: The org.apache.xalan.xslt.Process Class
Extends: java.lang.Object
Members
Signature
Public methods
static
void
main(java.lang.String[]
args)
Overview
Command
line interface to transform an XML document according to the instructions found
in an XSL stylesheet.
The
Process class provides basic functionality for performing transformations from
the command line. To see a list of arguments supported, call with zero
arguments.
To set
stylesheet parameters from the command line, use -PARAM name expression. If you
want to set the parameter to a string value, simply pass the string value
as-is, and it will be interpreted as a string. (Note: if the value has spaces
in it, you may need to quote it depending on your shell environment).