Hi
I'm reading a csv file with vb and writing it to an xml file. The file is quite big(12000+ lines) What would be the best way to convert the whole thing to XML? Currently I'm doing it line by line and its quite slow.