amiro 02/05/17 10:36:16
Modified: java/xdocs/sources/xalan xsltc_usage.xml
Log:
updated command option usuage. Some options have been added.
Revision Changes Path
1.28 +26 -6 xml-xalan/java/xdocs/sources/xalan/xsltc_usage.xml
Index: xsltc_usage.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/xsltc_usage.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- xsltc_usage.xml 9 May 2002 15:11:13 -0000 1.27
+++ xsltc_usage.xml 17 May 2002 17:36:16 -0000 1.28
@@ -178,7 +178,8 @@
<p>
<code>java org.apache.xalan.xsltc.cmdline.Compile</code><br/>
<code> [-o <output>] [-d <directory>] [-j
<jarfile>]</code><br/>
-<code> [-p <package name>] [-u]
<stylesheet>...</code></p>
+<code> [-p <package name>] [-n] [-x] [-v] [-u]
[-h]<br/>
+{<stylesheet> | -i }</code></p>
</s3><anchor name="comp-args"/>
<s3 title="Flags and arguments">
@@ -202,14 +203,26 @@
-p <package name>
Specifies a package name for the generated translet
- classes.
+ classes.
+
+-n Disables template inlining to reduce method length.
+
+-x Turns on additional debugging messages.
+
+-s Disables calling System.exit
-u <stylesheet>
Specifies the stylesheet with a URI such as
'http://myserver/stylesheet1.xsl'.
<stylesheet>
- (No flag) The pathname of the stylesheet file.</source>
+ (No flag) The pathname of the stylesheet file.
+
+-i Force input to be read from stdin
+
+-v Prints version of compiler
+
+-h Prints usage statement</source>
</s3><anchor name="comp-examples"/>
<s3 title="Examples">
@@ -266,7 +279,7 @@
<anchor name="run-synopsis"/>
<s3 title="Synopsis">
<p><code>java org.apache.xalan.xsltc.cmdline.Transform</code><br/>
-<code> {-u <document_url> | <document>}
<class></code><br/>
+<code> [-j <jarfile>] [-x] [-s] {-u
<document_url> | <document>} <class></code><br/>
<code> [<name1>=<value1> ...]</code></p>
</s3><anchor name="run-args"/>
@@ -274,8 +287,15 @@
<p>The following flags and arguments are supported:</p>
-<source>-u
- Specifies the XML input <document> with a URI,
+<source>
+
+-j Specifies <jarfile> from which to load translet.
+
+-x Turns on debugging messages.
+
+-s Disables calling System.exit
+
+-u Specifies the XML input <document> with a URI,
such as 'http://myserver/hamlet.xml'.
Arguments wirhout flags:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]