in reply to Re: Re: XML::parser question
in thread XML::parser question
Actually, you don't need XML::SAX::Simple - matts put that quick hack together while I was integrating SAX support directly into XML::Simple. Version 1.08_01 of XML::Simple supports SAX natively. It can act as a handler in the way you suggest, it can also drive a SAX pipeline from a Perl data structure and it can do both at the same time for filtering.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: XML::parser question
by Hrunting (Pilgrim) on Oct 25, 2002 at 12:00 UTC | |
by grantm (Parson) on Oct 26, 2002 at 18:16 UTC |