EDN Admin
Well-known member
I have a component that receives a stream that contains the contents of a CSV file. Within the component, I need to convert this stream into XML and then pass the XML back in a stream. Which classes should I use to read a stream and convert the CSV data into XML? I want to avoid having to save the stream as a file, reading the file into another stream and then creating the XML. Im using VS 2008 and .NET 3.5.<br/><br/>Thanks in advance.<br/><br/>Dianne
View the full article
View the full article