in reply to Possible XML Question

If you happen to use mySQL, you can directly output a CSV-file from this database.

See 6.4.1 SELECT Syntax on the mySQL-docs: The SELECT ... INTO OUTFILE 'file_name' form of SELECT writes the selected rows to a file.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law