You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/05/05 00:21:28 UTC

[Bug 1627] New - Typos in Javadoc for Xalan Process class

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1627

*** shadow/1627	Fri May  4 15:21:28 2001
--- shadow/1627.tmp.502	Fri May  4 15:21:28 2001
***************
*** 0 ****
--- 1,31 ----
+ +============================================================================+
+ | Typos in Javadoc for Xalan Process class                                   |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1627                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.0.1                   |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Minor                    OS/Version: All                     |
+ |     Priority: Low                       Component: org.apache.xalan        |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xalan-dev@xml.apache.org                                     |
+ |  Reported By: daniels@ca.ibm.com                                           |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL: http://xml.apache.org/xalan-j/apidocs/org/apache/xalan/xslt/ |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The main method of org.apache.xalan.xslt.Process is documented as follows:
+ 
+ "Command line interfact to transform the XML according to the instructions found
+ in the XSL stylesheet.
+ 
+ To set stylesheet parameters from the command line, use -PARAM name expression.
+ If you want to set the parameter to a string value, enclose the string in single
+ quotes (') to"
+ 
+ In the first sentence:
+ s/interfact/interface/
+ 
+ The final sentence trails off without closure. I think that you could replace
+ the final 'to' of the last sentence with a period '.' and the information would
+ be correct.