Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...