I would like to use AxErrorStylesheet as my uniform way of displaying errors in my AxKit application. The thing is, I would like to add more information to the XML that AxKit hands to the ErrorStylesheet.
I looked through the code in CVS, and process_error() seems to be creating a XML string on the fly. But that means that if I want to add more info in the error XML, I would need to modify my copy of AxKit... I don't like that :/ So, would you guys consider it if I sent a patch where the XML generation is done in Apache::AxKit::Exception instead of process_error()? This way I can simply throw a subclass of Apache::AxKit::Exception when I encounter errors, and use the ErrorStylesheet to decide what to print out. --d --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
