in reply to Re: xml to database?
in thread xml to database?

Thanks -- just what I needed to get going the right direction! New to perl, much appreciation.

Replies are listed 'Best First'.
Re: Re: Re: xml to database?
by mirod (Canon) on Aug 07, 2003 at 19:42 UTC

    I wouldn't use XML::XQL though. It is a rather old module, but most of all it is based on a query language that never became a standard. There is really no point in learning XQL nowadays. You would be much better of learning XPath, either using XML::XPath or (probably a better idea) XML::LibXML.