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 ------- Additional Comments From [EMAIL PROTECTED] 2004-05-05 23:02 ------- Having thought about my example stylesheet a little more, I've twigged why it gives a stack overflow exception with Xalan interpretive. The root element of the node-set resulting from the node-set cast is matching the template rule, so we get stuck in an infinite loop. I guess that this is probably correct behaviour, so it would be better to use a test case where the template rule is matching something other than / or a text node. Ok, so that's that problem solved, but it still leaves the NullPointerException problem with XSLTC. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
