Import XML in mysql

Hi,

I am using scrubyt for scraping a webpage. The output is xml:

Example: <root> <item>       <item_name>Canon Vertical Battery Grip BG-E3 For EOS Digital Rebel XT</item_name>       <price>$179.00</price>     </item>     <item>       <item_name>Canon Vertical Battery Grip BG-E4 For EOS 5D</item_name>       <price>$249.00</price>     </item>     <item>       <item_name>Canon CB-2LW Battery Charger For Canon NB2L Lithium Battery</item_name>       <price>$69.00</price>     </item> </root>

Question:

Is there a way to import this output in a mysql-database?

Grtz..remco

i don't know if there's a direct way, but with hpricot it would be a thing of 15 minutes to write something like that

http://code.whytheluckystiff.net/hpricot/