Skip Menu |

This queue is for tickets about the XML-SAX-PurePerl CPAN distribution.

Report information
The Basics
Id: 191
Status: resolved
Priority: 0/
Queue: XML-SAX-PurePerl

People
Owner: Nobody in particular
Requestors: barries [...] slaysys.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Don't reuse the $elt hash in start_ & end_element
XML::SAX::PurePerl needs to send a different HASH in the end_element and leave the HASH sent in the start_element unmolested. Otherwise SAX buffers and DOM tree builders all go down in flames. BWUAHAHAHAHAHAHA.
[guest - Tue Jan 22 15:38:55 2002]: Show quoted text
> XML::SAX::PurePerl needs to send a different HASH in the end_element > and leave the HASH sent in the start_element unmolested. Otherwise > SAX buffers and DOM tree builders all go down in flames. > > BWUAHAHAHAHAHAHA.
Fixed in latest CPAN version.