NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Tree::Simple::SAX (Score:1)
I wrote Tree::Simple::SAX [cpan.org] a while back but never really went anywhere with it. If nothing more it would be a good starting point.
- Stevan
Reply to This
Re: (Score:1)
Hi Stevan
The problem is that your sub characters() assumes it is called only once per set of chars, but as explained in XML::SAX::Intro this is not necessarily true :-(.
Cheers
Re: (Score:1)
Ron,
I suspect that is easy to fix, you are welcome to fork this on github [github.com] and patch away. In fact if you want I will gladly give you co-maint on CPAN as well.
- Stevan
Re: (Score:1)
Hi Stevan
Thanx for the offer, and yes, I'm sure it's be easy to fix. I'll tempted, so I'll think about it...
And I do love SAX-style processing.