Vittorio wrote: > > I'm using perl and the DBI stuff to deal with Oracle databases on a LAN. > > Now, I need to extract data from XML docs and put them in the databases.
DBD::AnyData may do what you want. It allows you to import XML files into an in-memory database and you can easily insert them into any other database from there. > I've read the book "Learning XML" by Erik T.Ray where XSLT, XPATH and > XPOINTER are discussed and explained and had a look at CPAN site to > find out more on the subject (XML stuff, expat, etc). You'd be better off asking about XML on an XML or general perl list/newsgroup. -- Jeff