You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@apache.org on 2001/02/28 17:44:02 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/res XSLTErrorResources.java

curcuru     01/02/28 08:44:02

  Modified:    java/src/org/apache/xalan/res XSLTErrorResources.java
  Log:
  Update text of error messages
  Submitted by:	Andreas Zehnpfund
  
  Revision  Changes    Path
  1.15      +2 -2      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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- XSLTErrorResources.java	2001/01/31 07:30:26	1.14
  +++ XSLTErrorResources.java	2001/02/28 16:44:01	1.15
  @@ -1348,13 +1348,13 @@
       contents[MAX_MESSAGES + 10][0] = "xsldone";
       contents[MAX_MESSAGES + 10][1] = "XSLProcessor: done";
       contents[MAX_MESSAGES + 11][0] = "xslProc_option";
  -    contents[MAX_MESSAGES + 11][1] = "=xslproc options:";
  +    contents[MAX_MESSAGES + 11][1] = "Xalan-J command line Process class options:";
       contents[MAX_MESSAGES + 12][0] = "optionIN";
       contents[MAX_MESSAGES + 12][1] = "    -IN inputXMLURL";
       contents[MAX_MESSAGES + 13][0] = "optionXSL";
       contents[MAX_MESSAGES + 13][1] = "   [-XSL XSLTransformationURL]";
       contents[MAX_MESSAGES + 14][0] = "optionOUT";
  -    contents[MAX_MESSAGES + 14][1] = "   [-XSL XSLTransformationURL]";
  +    contents[MAX_MESSAGES + 14][1] = "   [-OUT outputFileName]";
       contents[MAX_MESSAGES + 15][0] = "optionLXCIN";
       contents[MAX_MESSAGES + 15][1] =
         "   [-LXCIN compiledStylesheetFileNameIn]";