jaxon has asked for the wisdom of the Perl Monks concerning the following question:
Almost all the XML modules require XML::Parser or another XML module that uses C code. One of the restrictions of my project is that we can only use non-standard (read: not included with the base Perl installs) modules that are pure Perl.
We just went to a pretty simple XML based config file that I now need to parse. I can write my own from scratch, but that goes against the Perl covenant of reusing existing code, when available.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Seeking Pure Perl XML Parser
by Zaxo (Archbishop) on Sep 27, 2002 at 23:30 UTC | |
by Steve_p (Priest) on Sep 28, 2002 at 02:35 UTC | |
by fglock (Vicar) on Sep 28, 2002 at 04:49 UTC | |
by jaxon (Novice) on Sep 30, 2002 at 22:49 UTC | |
|
Re: Seeking Pure Perl XML Parser
by mirod (Canon) on Sep 28, 2002 at 05:32 UTC | |
by jaxon (Novice) on Sep 30, 2002 at 23:02 UTC |