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 2003/01/24 20:30:14 UTC

DO NOT REPLY [Bug 16386] - xsltc Extension: multiple argument constructor (SimpleDateFormat(pattern,locale)) not accepted

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16386>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

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

xsltc Extension: multiple argument constructor (SimpleDateFormat(pattern,locale)) not accepted

mkwan@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xalan-dev@xml.apache.org
         AssignedTo|xalan-dev@xml.apache.org    |mkwan@ca.ibm.com



------- Additional Comments From mkwan@ca.ibm.com  2003-01-24 19:30 -------
A type matching failure occurs at the second argument to the SimpleDateFormat 
constructor. This argument is an object. We need to do something special for an 
object type.