in reply to XML::Parser Style=>Subs and undefined subroutines
I am new to XML::Parser.
May I suggest that you stay this way? ;--)
Seriously, XML::Parser is well on its way to deprecation, so you should really try other options: XML::LibXML, XML::Twig or a SAX-based module. XMl;;LibXML will be faster, XML::Twig more convenient, and SAX is a pain but at least it is a standard.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML -- Kudos to XML::Twig
by rkg (Hermit) on Oct 01, 2003 at 15:34 UTC | |
by mirod (Canon) on Oct 01, 2003 at 16:32 UTC | |
|
Re: Re: XML::Parser Style=>Subs and undefined subroutines
by chanio (Priest) on Oct 02, 2003 at 03:26 UTC | |
by mirod (Canon) on Oct 02, 2003 at 11:47 UTC |