RE: [xml-dev] XML Newbie - how can I convert (easily) my XML files into MySQL?

From
Michael Kay <>
To
'Jerry Lake' <>,
Date
2004-04-06T16:10:23Z
ID
<20040406160940.GWRT4091.mta05-svc.ntlworld.com@Turtle>
Thread
RE: [xml-dev] XML Newbie - how can I convert (easily) my XML files into MySQL?
> I have some xml files that contain a product catalog. I would like to
> convert these files to either csv or even better MySQL. 

The right tool for this job is XSLT, but be prepared for a bit of a learning
curve. It's a very powerful language. It may not meet your "(easily)"
requirement for the immediate task; but if you're working with XML you'll
need it sooner or later.

Michael Kay