Hi
I am using the .NET System.Xml.XmlTextWriter class to create some xml files. I noticed that there were three extra charactors at the start of the xml file that i had not requested.
They are: [red][/red]
What i need to know is how to stop the XmlTextWriter from writing these out. They are interfering with my SAX parser.
Thanks,
StevoIE
StevoIE
I am using the .NET System.Xml.XmlTextWriter class to create some xml files. I noticed that there were three extra charactors at the start of the xml file that i had not requested.
They are: [red][/red]
What i need to know is how to stop the XmlTextWriter from writing these out. They are interfering with my SAX parser.
Thanks,
StevoIE
StevoIE