PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3378 *** shadow/3378 Mon Sep 3 02:21:25 2001 --- shadow/3378.tmp.15110 Mon Sep 3 02:21:25 2001 *************** *** 0 **** --- 1,23 ---- + +============================================================================+ + | Old SAX2 interfaces | + +----------------------------------------------------------------------------+ + | Bug #: 3378 Product: XalanJ2 | + | Status: NEW Version: 2.2.x | + | Resolution: Platform: All | + | Severity: Major OS/Version: Other | + | Priority: Other Component: Xalan | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Xalan ships with really old interfaces for LexicalHandler and DeclHandler. This + is bad since they claim in the javadoc that the propertyIds to use for them is + http://xml.org/sax/handlers/LexicalHandler and + http://xml.org/sax/handlers/DeclHandler, which is very, very wrong. + + This is causing people who are trusting Xalan's javadoc to write buggy software. + See for instance http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2961.
