Chady has asked for the wisdom of the Perl Monks concerning the following question:
Hi! I have this website on my hands, and I decided to have it done like that:
<PAGE level="1" name="about" title="About Us"> textextext xtextxe may contain <b>HTML</b> </PAGE> <PAGE .....
so I started thinking about XML Parsers.. and I'm totally lost.
I really like the get_tag function in HTML::TokeParser
what's my best bet for an XML Parser module... I'm lost with all the XML modules around...
The reason behind this structure is to enable me to make the links section change quickly in the site.. I add a page in the XML file, and it will have its link placed in the correct pages according to some attributes...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: XM-Hell
by mirod (Canon) on Dec 14, 2001 at 17:26 UTC | |
Re: XM-Hell
by davorg (Chancellor) on Dec 14, 2001 at 14:55 UTC | |
Re: XM-Hell
by vek (Prior) on Dec 14, 2001 at 20:24 UTC | |
Re: XM-Hell
by hakkr (Chaplain) on Dec 14, 2001 at 16:00 UTC |