This site is terrific and I'm enjoying responding to the puzzles that others post. My turn to ask a question.
I am a 2-year Perl user, but new to XML and trying to make my way through XML::Parser and XML::Simple. I've searched through the vague XML module names on CPAN, even read a few readme files, and can't find what I'm looking for.
My goal is to map XML data to SQL data, both for reading and writing. In other words, I'd like to execute a SELECT query on my data and get the data into some nice XML that I can send to some external application. Also, I'd like to read in some XML and insert that into one or more tables.
I've no problem reading and writing to my databases, and no problem reading and writing XML using XML::Simple. What I need is a mapping tool.
Before I go writing one, I'm wondering if anyone knows of such a method or module to get the job done.
Anyone? Hello? Bueller? Bueller?
Thanks.
--Mark