![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Generate XML code from a xschemaby bcochofel (Novice) |
on Nov 13, 2006 at 14:47 UTC ( #583717=perlquestion: print w/replies, xml ) | Need Help?? |
bcochofel has asked for the wisdom of the Perl Monks concerning the following question:
Hi, I need to access a mysql db to retrieve data and then generate a xml with the results. I need to generate a xml using a xschema file.
How can I do this?
I'm new to Perl and XML...
My code can get results using dbi and I wrote an cgi script to use with my web server. I got everything to work and get the results expected in my browser... Now I would like to generate a xml with this results but I don't know where to start.
Thanks,
Bruno
Update fixed typo in the title larsen
Back to
Seekers of Perl Wisdom
|
|