csv2xml It works, apart from any bugs which I am un-aware of, the following things could (should?) be done. - Its not fast, could be optomised but I am in no need for speed at the moment. (Its c++ so fairly fast anyway) - Would be nice if it could read/write to/from files as well. Below are the things that were TODO but have been done November 18, 2004 - header row values are not forced to be valid xml entities, meaning if header row is bad, its not a valid xml file. April 29, 2005 - Does not handle csv files with escaped quotes ("") in a field. $Id: TODO,v 1.3 2005/07/18 06:54:48 jacob Exp $