mkwan 2002/09/30 11:41:55
Modified: java/src/org/apache/xalan/res XSLTErrorResources.properties
Log:
Messages for new options in the Process command line.
Revision Changes Path
1.14 +22 -2
xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources.properties
Index: XSLTErrorResources.properties
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources.properties,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- XSLTErrorResources.properties 25 Sep 2002 14:22:10 -0000 1.13
+++ XSLTErrorResources.properties 30 Sep 2002 18:41:55 -0000 1.14
@@ -607,10 +607,22 @@
line=Line \u0023
column=Column \u0023
xsldone=XSLProcessor\u003a done
+
+# Messages for the Xalan Process command line
xslProc_option=Xalan-J command line Process class options\u003a
-invalid_xsltc_option=The option {0} is not supported in XSLTC mode
+xslProc_invalid_xsltc_option=The option {0} is not supported in XSLTC mode.
+xslProc_invalid_xalan_option=The option {0} can only be used with -XSLTC.
+xslProc_no_input=Error: No stylesheet or input xml is specified. Run this
command without any option for usage instructions.
+xslProc_common_options=-Common Options-
+xslProc_xalan_options=-Options for Xalan-
+xslProc_xsltc_options=-Options for XSLTC-
+xslProc_return_to_continue=(press <return> to continue)
+
+# Note to translators: The option name and the parameter name do not need to
be
+# translated. Only translate the messages in parentheses.
+# Do not translate the keywords: XSLTC, SAX, DOM and DTM.
optionXSLTC= [-XSLTC (use XSLTC for transformation)]
-optionIN= -IN inputXMLURL
+optionIN= [-IN inputXMLURL]
optionXSL= [-XSL XSLTransformationURL]
optionOUT= [-OUT outputFileName]
optionLXCIN= [-LXCIN compiledStylesheetFileNameIn]
@@ -641,6 +653,14 @@
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.)]");
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)]
+optionXJ= [-XJ jarfile (packages translet classes into a jar file of name
<jarfile>)]
+optionXP= [-XP package (specifies a package name prefix for all generated
translet classes)]
+optionXN= [-XN (enables template inlining)]
+optionXX= [-XX (turns on additional debugging message output)]
+optionXT= [-XT (use translet to transform if possible)]
+
noParsermsg1=XSL Process was not successful.
noParsermsg2=** Could not find parser **
noParsermsg3=Please check your classpath.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]