calling all SAX machines!

TorgoX on 2002-03-12T03:54:21

Dear Log and SAX people,

I recently tossed together a module that I'd appreciate comments on: XML::SAX::Callbacks


Nice

Matts on 2002-03-12T08:14:43

I like it.

Very interesting

darobin on 2002-03-12T11:11:48

I don't think that I'll use it myself because "defining a whole class" is only two lines of code, but I definitely like it, if only because it's small and smart, and because it allows people to use a different calling style if they thus wish.

Quite clearly, you should release it to CPAN if you haven't already!

Re:Very interesting

TorgoX on 2002-03-12T21:26:44

Could someone provide me a good short example to plug into the Synopsis section?

Nice...

barries on 2002-03-14T05:16:48

But it should probably be XML::Handler::Callbacks since it consumes SAX events.