Re: cvs commit: xml-axkit/lib/Apache/AxKit/Language Petal.pm

2003-02-05 Thread Matt Sergeant
On Wednesday, Feb 5, 2003, at 18:03 Europe/London, Robin Berjon wrote: [EMAIL PROTECTED] wrote: Added: lib/Apache/AxKit/Language Petal.pm Coolness! if (my $dom = $r->pnotes('dom_tree')) { $xmlstring = $dom->toString; } my $stylesheet = Petal->new(file => ug

Re: cvs commit: xml-axkit/lib/Apache/AxKit/Language Petal.pm

2003-02-05 Thread Robin Berjon
[EMAIL PROTECTED] wrote: Added: lib/Apache/AxKit/Language Petal.pm Coolness! if (my $dom = $r->pnotes('dom_tree')) { $xmlstring = $dom->toString; } my $stylesheet = Petal->new(file => ugh); my $hash = XMLin($xmlstring, forcearray => 1); $r->pri