Hi there,

I have this piece of code:

XmlDocument doc = new XmlDocument();
// Initially value "<ParentNode></ParentNode>"
doc = mngr.XmlDoc;

XmlDataProvider xmlDP = new XmlDataProvider();...