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=20503>. 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=20503 Xalan can not pass NodeSet parameter with xsltc [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Enhancement ------- Additional Comments From [EMAIL PROTECTED] 2003-08-28 15:53 ------- JAXP 1.2 describes the value argument of Transformer.setParameter as follows: value - The value object. This can be any valid Java object. It is up to the processor to provide the proper object coersion or to simply pass the object on for use in an extension. XSLTC is simply not attempting to perform object coercion in this case. It really can be an open-ended topic. For instance, if the value argument was an XMLReader, should the parse method be called, and the result of parsing be treated as a node-set. However, trying to do a could job where possible might be reasonable, and we should probably consider this as an enhancement.
