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>&nbsp;&nbsp;&nbsp;&nbsp;[-o &lt;output&gt;] [-d &lt;directory&gt;] [-j 
&lt;jarfile&gt;]</code><br/>
  -<code>&nbsp;&nbsp;&nbsp;&nbsp;[-p &lt;package name&gt;] [-u] 
&lt;stylesheet&gt;...</code></p> 
  +<code>&nbsp;&nbsp;&nbsp;&nbsp;[-p &lt;package name&gt;] [-n] [-x] [-v] [-u] 
[-h]<br/>
  +{&lt;stylesheet&gt; | -i }</code></p> 
   
   </s3><anchor name="comp-args"/>
   <s3 title="Flags and arguments">
  @@ -202,14 +203,26 @@
   
   -p &lt;package name&gt;
      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  &lt;stylesheet&gt;
     Specifies the stylesheet with a URI such as 
     'http://myserver/stylesheet1.xsl'.
   
      &lt;stylesheet&gt;
  -   (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>&nbsp;&nbsp;&nbsp;&nbsp; {-u &lt;document_url&gt; | &lt;document&gt;} 
&lt;class&gt;</code><br/>
  +<code>&nbsp;&nbsp;&nbsp;&nbsp; [-j &lt;jarfile&gt;] [-x] [-s] {-u 
&lt;document_url&gt; | &lt;document&gt;} &lt;class&gt;</code><br/>
   <code>&nbsp;&nbsp;&nbsp;&nbsp; [&lt;name1&gt;=&lt;value1&gt; ...]</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 &lt;document&gt; with a URI,
  +<source>
  +
  +-j Specifies &lt;jarfile&gt; from which to load translet.
  +
  +-x Turns on debugging messages.
  +
  +-s Disables calling System.exit
  +
  +-u Specifies the XML input &lt;document&gt; 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]

Reply via email to