Andrew Jacobs - 2014-03-18

Could you be more precise?

Do you want to parse the XML into a DOM tree? (look at HandCoded.FpML.FpMLUtility.Parse)
Serialise a DOM tree back into an XML file? (look at HandCoded.Xml.Writer.NestedWriter)

Thanks