[XML-SIG] FYI: Perl SAX 2.0 binding draft

Ken MacLeod ken@bitsko.slc.ut.us
07 Mar 2000 17:59:38 -0600


Following up on an earlier thread: I've finished a draft of a SAX 2.0
binding for Perl that includes the feature I proposed here, of passing
DOM nodes as the argument for event handlers rather than positional
arguments.

The primary benefit of this is that it allows the parser, event
generator, or filter to add additional properties to events as they
are created or processed (if the underlying DOM implementation allows
it, of course).

  <http://bitsko.slc.ut.us/~ken/perl-xml/sax-2.0.html>

  -- Ken