It seems the mailing list has stripped the attachments. Here they are inline:
*** lib/XML/LibXML/SAX/Builder.pm Tue Jun 11 08:33:19 2002
--- /usr/lib/perl5/site_perl/5.6.1/i386-linux/XML/LibXML/SAX/Builder.pm Mon Jul 29
15:33:29 2002
*************** sub end_document {
*** 43,48 ****
--- 43,49 ----
delete $self->{NamespaceStack};
delete $self->{Parent};
delete $self->{DOM};
+ ${$self->{dom_ref}} = $dom if ($self->{dom_ref});
return $dom;
}
*** SAXMachines.pm Mon May 13 12:33:28 2002
--- /usr/lib/perl5/site_perl/5.6.1/i386-linux/Apache/AxKit/Language/SAXMachines.pm
Mon Jul 29 15:51:30 2002
*************** sub handler {
*** 42,48 ****
AxKit::Debug(7, "[SAXMachines] Filters: @machine_spec");
! my $dom_builder = XML::LibXML::SAX::Builder->new();
my $pipeline = Pipeline( @machine_spec, $dom_builder );
--- 42,51 ----
AxKit::Debug(7, "[SAXMachines] Filters: @machine_spec");
! my $dom = undef;
! my $dom_builder = XML::LibXML::SAX::Builder->new(
! dom_ref => \$dom,
! );
my $pipeline = Pipeline( @machine_spec, $dom_builder );
*************** sub handler {
*** 88,94 ****
AxKit::Debug(7, "[SAXMachines] parse complete, returning DOM tree");
! $r->pnotes('dom_tree', $result);
return Apache::Constants::OK;
}
--- 91,97 ----
AxKit::Debug(7, "[SAXMachines] parse complete, returning DOM tree");
! $r->pnotes('dom_tree', $dom);
return Apache::Constants::OK;
}
--
OpenSource: Every now and then, you get what you don't pay for.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]