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

http://issues.apache.org/bugzilla/show_bug.cgi?id=27539

Error using java extensions in XSLTC





------- Additional Comments From [EMAIL PROTECTED]  2004-06-04 20:09 -------
I believe the type conversions in this bug report should be handled by the case:

        if (InternalTypeMap.maps(tleft, _type) != null) {
            return _type;
        }

Note that the table 'InternalTypeMap' does include those mappings. If it is does
not work as expected, we should understand why (indentity vs. equality issue?)
instead of adding more cases as in the attached patch.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to