Not a fan of XML in C#? Neither are we. That's why we created Dark XML. We wanted an easy way to load, save, create, and manipulate XML all at run-time. No hoops to jump through. No strange syntax. No fancy-business. Just. Easy. Xml. Whether loading or saving your game data -- do it with ease. We hope you enjoy it. We know we have.
DarkXML xml = new DarkXML("");
xml.AddChild("");
xml.GetChildAt(0).AddNode("");
xml.SetAttribute("done", "right");