The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
CHANGES file for XML::Filter::Dispatcher

    - Allow "@*" => [ "string()" => \&foo ] rules to work.
    - Allow "end::foo" rules to work
    - Add tracing support to xstack directives.
    - The xstack is now unwound after every non-start_ event.
    - start_element and end_element no longer accidently hide
      events from the xstack maintenance code.

0.42
    - Add XML::SAX::EventMethodMaker to PREREQ_PM
    - Added xadd and xset.

0.41 Fri Dec 20 09:54:02 EST 2002
    - Fix attribute ordering sensitivity on perl's hash algorithm.  This
      gets the test suite to pass and might help somebody somewhere's
      production code to operate in a predictable fashion across perl
      versions.
    - string( * ) now compiles (and works :)
    - get xstack synced with the order events.
    - add t/builder.t

0.4 Thu Dec 12 06:32:24 EST 2002
    - Major rewrite.  Now supports most of XPath plus EventPath goodies.