StrataFrame Forum

MicroFour.StrataFrame.Xml.XmlBasics.OpenXmlFile question

http://forum.strataframe.net/Topic32348.aspx

By Ross L Rooker, Sr.(1) - 1/1/2014

loDS = MicroFour.StrataFrame.Xml.XmlBasics.OpenXmlFile("1.0", "tbvo_CMMST", "c:\\aaawpa\\dsCompany.xml", laCols, false);

this works to load the dataset. But should it also be modifying the original xml file? If so, how can I stop MicroFour.StrataFrame.Xml.XmlBasics.OpenXmlFile from rewriting the xml file?
By Edhy Rijo - 1/1/2014

Hi Ross,

Take a look at this thread http://forum.strataframe.net/FindPost22005.aspx in which I asked similar questions on how to work with an XML file in BO.  Hope it help you in your case.