Re: [xml-dev] Converting xml to csv with xslt

From
Mike Fitzgerald <>
To
xml-dev <>
Date
2004-04-08T16:41:11Z
ID
<>
Thread
Re: [xml-dev] Converting xml to csv with xslt
>I'm still working on my xslt. Can someone give me an example or point me
>in the right direction to convert my XML to CSV

A tool I like for going the other way -- converting CSV back to XML -- is Dave Pawson's 
CSVToXML. [1] It's written in Java and has a simple command line interface. It uses a 
simple properties file to help sort things out with CSV. And the code was easy to tweak so 
I could get it to do exactly what I wanted to do.

Mike

[1] http://www.dpawson.co.uk/java/