You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2005/05/25 07:22:55 UTC

svn commit: r178374 - /jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt

Author: skitching
Date: Tue May 24 22:22:54 2005
New Revision: 178374

URL: http://svn.apache.org/viewcvs?rev=178374&view=rev
Log:
Add info re new setCustomContentHandler feature.

Modified:
    jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt

Modified: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt?rev=178374&r1=178373&r2=178374&view=diff
==============================================================================
--- jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt Tue May 24 22:22:54 2005
@@ -74,6 +74,11 @@
 Method peek(String stackname, int n) has been added for consistency, to allow
 access to arbitrary objects on named stacks. Thanks to Brian Hanafee for the
 suggestion (bugzilla #33873).
+
+Method setCustomContentHandler/getCustomContentHandler have been added so
+rule classes can redirect SAX events without setting the parser's
+contentHandler method during a parse. This new feature was then used to
+resolve bug#34819.
      
 SetNestedPropertiesRule
 ------------------------
@@ -129,6 +134,8 @@
 
 #28739 Problem with parse(File) on windows machines
        -- thanks to John Taylor
+
+#34819 NodeCreateRule fails with Aelfred xml parser
 
 DEPRECATIONS
 ============



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org