in reply to Using XML::XSLT to convert XML to CSV

Another possiblility is to use DBD::AnyData (with DBI interface) or AnyData (tied-hash interface) which support reading and writing both XML and CSV.
  • Comment on Re: Using XML::XSLT to convert XML to CSV