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=6625>. 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=6625 No Locator available to ContentHandler (SAXResult) [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement ------- Additional Comments From [EMAIL PROTECTED] 2002-02-21 21:56 ------- SAX locators were designed for use with parsers, where there's a single source document. It isn't at all clear whether an XSLT processor, which is convolving two or more documents together, should be reporting the location in the XSLT stylesheet, the source document(s), or something else entirely. (What if the value is computed from the content of several elements and attributes?) However, I believe it is possible to find out what portion of a stylesheet is currently executing by registering a TraceListener. Would that address your needs? (In any case this is a request for Enhancement, not a bug per se, and I've changed the severity to reflect that.)
