How to import data streams of XML on a DataBase like Mysql

Hi I would like to know the processus to import data streams of XML on a DataBase like Mysql . If you have an idea to help me. i develop on java and i use DOM library .Thanks you all proposition hanimichi
[241 byte] By [hanimichia] at [2007-11-26 21:33:54]
# 1

Hi

I think with an illustrated example would be more explicit.

Well i have an xml file

<articles>

<article>

<name>tutu</name>

<id>0</id>

</article>

<article>

<name>titi</name>

<id>1</id>

</article>

</articles>

My aim is to import these data in an database MySql

example :

My name database is : book

book : article -> name : titi

id : 1

Have you got an way to process to import these data ?

hanimichi

hanimichia at 2007-7-10 3:15:05 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...