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=39382>. 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=39382 Summary: Support line-precise error reporting Product: Commons Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: Digester AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] This patch adds a very minimal and optional SAX pipeline to Digester, allowing the user to inject XML transformations between the parser and Digester processing. The original purpose is to make it possible to create a LocationTransformer that injects the source, line number, and column number pieces of information into every element through namespaced attributes, allowing user to have digester create their own Location objects and use the information for enhanced debugging. Incidently, this transforming pipeline hook opens digester up for more interesting features like supporting multiple xml formats simultaneously by allowing the developer to create special transformers that trigger when an old format is used, transforming into the latest one. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
