grchiu 2003/06/17 13:06:30
Modified: java/src/org/apache/xalan/res XSLTErrorResources.java
Log:
Patch contributed by Glen Mazza ([EMAIL PROTECTED]):
Fixing a typo in the command line help.
Revision Changes Path
1.39 +1 -1
xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources.java
Index: XSLTErrorResources.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources.java,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- XSLTErrorResources.java 10 Apr 2003 23:08:41 -0000 1.38
+++ XSLTErrorResources.java 17 Jun 2003 20:06:29 -0000 1.39
@@ -2402,7 +2402,7 @@
{ "optionFLAVOR", " [-FLAVOR flavorName (Explicitly use s2s=SAX or
d2d=DOM to do transform.)] "}, // Added by sboag/scurcuru; experimental
{ "optionDIAG", " [-DIAG (Print overall milliseconds transform took.)]"},
{ "optionINCREMENTAL", " [-INCREMENTAL (request incremental DTM
construction by setting http://xml.apache.org/xalan/features/incremental
true.)]"},
- { "optionNOOPTIMIMIZE", " [-NOOPTIMIMIZE (request no stylesheet
optimization proccessing by setting
http://xml.apache.org/xalan/features/optimize false.)]"},
+ { "optionNOOPTIMIMIZE", " [-NOOPTIMIMIZE (request no stylesheet
optimization processing by setting
http://xml.apache.org/xalan/features/optimize false.)]"},
{ "optionRL", " [-RL recursionlimit (assert numeric limit on stylesheet
recursion depth.)]"},
{ "optionXO", " [-XO [transletName] (assign the name to the generated
translet)]"},
{ "optionXD", " [-XD destinationDirectory (specify a destination
directory for translet)]"},
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]