Tagged Questions

1
vote
2answers
169 views

How do I make XmlSerialiser not start with <?xml ?>?

The file format I'm working with (OFX) is XML-like and contains a bunch of plain-text stuff before the XML-like bit begins. It doesn't like having between the plain-text and XML parts though, so I'm ...