Click to See Complete Forum and Search --> : turn XML formatted file into text file


skippycal
April 13th, 2004, 08:52 PM
I am using an XML file as a control file and using it for input and trying to put it in a text file. I am using XmlNavigator to parse the XML file and have no problem reading in the data from the XML file. My problem is taking the data and putting it in to the text file. All it gives me are boolean values instead of the actual string value.