in reply to SAX Filter: 2to1 and 1to2

Bug. Working on it.

Note to self: Write more tests in modules. Repeat ad infinitum.

Replies are listed 'Best First'.
Re: Re: SAX Filter: 2to1 and 1to2
by Matts (Deacon) on Jul 08, 2002 at 12:56 UTC
    OK, this is now fixed and uploaded to CPAN.

    The main problem was some mixup with the XML::NamespaceSupport API - I had misread the docs, basically. Following that, I had some plain hashes where I needed hashrefs. And then I hadn't implemented start/end prefix mappings.

    All fixed now and on CPAN. Including tests this time.