tmiller 02/04/25 07:32:32
Modified: java/src/org/apache/xalan/xsltc/compiler/util
ErrorMessages.java
Log:
updated cmdline.Transform usage statement
Revision Changes Path
1.9 +14 -12
xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/ErrorMessages.java
Index: ErrorMessages.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/ErrorMessages.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ErrorMessages.java 25 Apr 2002 13:47:02 -0000 1.8
+++ ErrorMessages.java 25 Apr 2002 14:32:32 -0000 1.9
@@ -1,5 +1,5 @@
/*
- * @(#)$Id: ErrorMessages.java,v 1.8 2002/04/25 13:47:02 tmiller Exp $
+ * @(#)$Id: ErrorMessages.java,v 1.9 2002/04/25 14:32:32 tmiller Exp $
*
* The Apache Software License, Version 1.1
*
@@ -244,17 +244,19 @@
" -h prints this usage statement\n",
// TRANSFORM_USAGE_STR
- "Usage: \n" +
- " java org.apache.xalan.xsltc.cmdline.Transform [-j <jarfile>] [-x]
[-s]\n" +
- " {-u <document_url> | <document>} <class> [<param1>=<value1>
...]\n" +
- " Where <document> is the xml document to be transformed, or\n" +
- " <document_url> is a url for the xml document,\n" +
- " <class> is the translet class which is either in\n" +
- " user's CLASSPATH or in the <jarfile> specified \n" +
- " with the -j option.\n" +
- " Notes:\n"+
- " The -x option switches on debug messages.\n"+
- " The -s option disables calling System.exit.",
+ "SYNOPSIS \n" +
+ " java org.apache.xalan.xsltc.cmdline.Transform [-j <jarfile>]\n"+
+ " [-x] [-s] {-u <document_url> | <document>} <class>\n" +
+ " [<param1>=<value1> ...]\n\n" +
+ " uses the translet <class> to transform an XML document \n"+
+ " specified as <document>. The translet <class> is either in\n"+
+ " the user's CLASSPATH or in the optionally specified <jarfile>.\n"+
+ "OPTIONS\n" +
+ " -j <jarfile> specifies a jarfile from which to load translet\n"+
+ " -x turns on additional debugging message output\n" +
+ " -s disables calling System.exit\n" +
+ " -u <document_url> specifies XML input document as a URL\n",
+
// STRAY_SORT_ERR
"<xsl:sort> can only be used within <xsl:for-each> or
<xsl:apply-templates>.",
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]