![]() |
|
"be consistent" | |
PerlMonks |
(jeffa) Re: XML for databases?!?! Is it just me or is the rest of the world nutz?by jeffa (Bishop) |
on May 24, 2002 at 06:42 UTC ( #168987=note: print w/replies, xml ) | Need Help?? |
I might not be on the same page here - XML for a database?
Maybe XML instead of a database ...
Consider making a FAQ: there is a very generic layout for a FAQ. My idea was to use an HTML::Template template file to describe the layout, and use an XML file to contain the content. Sure i could have used a database, but then i would have to write some sort of a front end to enter in the data - why not use XML to wrap my data instead? It seemed easier to me. Here is a stripped down version - it is not perfect and could probably use a revision, but it should be enough to demonstrate. As a matter of fact, i hear that you can even bypass having to use Perl to translate the XML directly to HTML - i'll hopefully learn more about that when my copy of Perl and XML arrives in the mail. (update - doh! i already knew about that - XSLT ;) - and so far that book is some very good reading) There are a total of three files - save them with the suggested names and run the .pl file to generate the final HTML. You can redirect the output to an .html file, or even modify the script to be a CGI script instead.
faq.tmpl
faq.xml faq.pl You can see the real deal at http://unlocalhost.com/XHTML_Table/FAQ.html. Hope this is on topic ... jeffa L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR B--B--B--B--B--B--B--B-- H---H---H---H---H---H--- (the triplet paradiddle with high-hat)
In Section
Seekers of Perl Wisdom
|
|