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=8595>. 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=8595 Extension Function cannot pass Java Object [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[EMAIL PROTECTED] |santiago.pericasgeertsen@sun | |.com ------- Additional Comments From [EMAIL PROTECTED] 2002-04-29 18:34 ------- XSLTC defines a table of possible mappings between XSLT types and Java types for the arguments, and conversely, a table between Java types and XSLT types for the results. To the best of my knowledge, these conversions have not been defined until XSLT 1.1, so the mappings defined in XSLTC are a bit ad hoc. The type of a parameter is unknown at compile time. Consequently, XSLTC assigns it the special type 'reference'. I've extended the table to map 'reference' to 'java.lang.Object' and vice versa. This should let Paul compile and run his stylsheet.
