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=23736>. 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=23736 ProblemListener not passed valid styleNode ------- Additional Comments From [EMAIL PROTECTED] 2003-10-10 22:46 ------- Yes, but the problem is an architectural one -- we would have to push the base class for stylesheet nodes down into the XPath subsystem, and that would be ugly. There are ways to work around the problem, but using Locators instead of stylesheets nodes is actually an improvement over how it was previously, because stylesheet nodes were always represented as XalanNode instances, not as ElemTemplateElement instances. Another possibility is to track the currently executing instruction, but that has a serious performance impact. Is there some information from the stylesheet node that you particularly need, or are you implementing some sort of interactive debugger, etc.?
