in reply to
XML "Database" --> HTML
If you like DBI, just use it! ;)
DBD::SQLite
is very nice if you can't use a real RDBMS.
If you go the XML way,
MIME::Base64
and
XML::LibXML
make a fine team.
Comment on
Re: XML "Database" --> HTML
In Section
Seekers of Perl Wisdom