In article <[EMAIL PROTECTED]>, Chris Berning 
<[EMAIL PROTECTED]> wrote:

> http://theperlprogrammer.com/XMLtoSQL.html

i don't see much SQL specific stuff here.  it only uses SQL
because you only support SQL database queries, but your
module shoul dbe able to handle other methods very easily
as well.

the important part of your module is that it takes stuff
out of a database and makes it XML, or takes XML and puts
it in a database.  how it does that doesn't really matter.

XML is just a another data source, though, so the concept
is even more general:  you're taking data from one source
and putting it into another.

this module sounds more like 

   DBIx::XML

-- 
brian d foy (one of many PAUSE admins), http://pause.perl.org
please send all messages back to [EMAIL PROTECTED]

Reply via email to