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=28796>. 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=28796 XSLTC: exsl:node-set gives null pointer exception when casting a string to a text node [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2004-07-22 22:56 ------- Patch review by Brian Minchau, and committed to CVS. Thanks for the patch Yash. Now both Xalan-J interpretive and Xalan-J XSLTC have the same behavior of going into an infinite recursive loop. The loop is not an error in Xalan but is what Xalan must do because of the stylesheet. A null pointer exception in Xalan is always bad. An infinite loop may look worse to the user, but at least both processors are consistent. Regards, Brian Minchau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
