You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/07/02 17:36:36 UTC

DO NOT REPLY [Bug 10416] New: - Document/ease extensions calling the error handler?

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=10416>.
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=10416

Document/ease extensions calling the error handler?

           Summary: Document/ease extensions calling the error handler?
           Product: XalanJ2
           Version: CurrentCVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.extensions
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: keshlam@us.ibm.com


Currently this can be done by retrieving the XPathContext from the 
ExpressionContext and retrieving the error handler from that. We might want to 
consider providing a getErrorHandler call directly on the ExpressionContext.

And we should probably document the use of the error handler as part of our 
description of how to write extensions.