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