ezekiel has asked for the wisdom of the Perl Monks concerning the following question:
I'm wanting to use Perl to process (read and write) XML files. A search on 'XML' here gives no hits, and a Module search on CPAN returns 462 hits. Could someone point me to a good place to start?
Basically I am wanting to use a DTD to create a web form, have a user fill in the values, and then create an XML document based on the responses. Subsequently, I want to read an XML document, extract the data and element information, manipulate it, and display it back to the user.
I'm sure modules to read/parse/write XML and DTD documents must already exist. I'm just not sure which ones I should start with.
Thanks.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: XML and Perl
by DigitalKitty (Parson) on May 23, 2002 at 05:20 UTC | |
Re: XML and Perl
by LD2 (Curate) on May 23, 2002 at 05:26 UTC | |
Re: XML and Perl
by mirod (Canon) on May 23, 2002 at 05:32 UTC | |
Re: XML and Perl
by ajt (Prior) on May 23, 2002 at 08:00 UTC | |
by IOrdy (Friar) on May 23, 2002 at 15:15 UTC | |
Re: XML and Perl
by cjf (Parson) on May 23, 2002 at 05:29 UTC | |
Re: XML and Perl
by dws (Chancellor) on May 23, 2002 at 05:46 UTC | |
Re: XML and Perl
by drfrog (Deacon) on May 23, 2002 at 16:48 UTC | |
Re: XML and Perl
by krujos (Curate) on May 23, 2002 at 16:24 UTC | |
Re: XML and Perl
by meonkeys (Chaplain) on May 23, 2002 at 17:26 UTC | |
Re: XML and Perl
by inblosam (Monk) on May 23, 2002 at 19:55 UTC | |
Re: XML and Perl
by P0w3rK!d (Pilgrim) on May 23, 2002 at 18:50 UTC |