jasonseay Posted June 25, 2003 Posted June 25, 2003 the xml file i'm trying to add to has a node "cfgappif" there are child nodes for each instance of "cfgappif" i want to add another "cfgappif" i can read it in just fine with the statement dsSettings.readxml("xmlfilename.xml") dt = dsSettings.tables("cfgappif") dr = dt.rows(x) i add a new row to the dataset. when i try to write it back to the xmlfile with the statement dsSettings.writexml("xmlfilename.xml") it gives me an error that writing would result in an invalid xml document. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.