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-11 06:40 ------- I'm not arguing against the notion of using Locators instead of ElemTemplateElements but against the assertion that they contain more information. > Is there some information from the stylesheet node that > you particularly need, or are you implementing some sort > of interactive debugger, etc.? Nope. My Python bindings to Xalan broke with Xalan 1.6 because the styleNode argument changed from a XalanNode to an ElemTemplateElement. So I implemented a binding for ElemTemplateElement but couldn't find a single example where it was actually used. I definately think that it is better to have real Locators than NULL ElemTemplateElements. Anyone implementing a debugger can use the trace event to remember the context of any problems.
