•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 360,995 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,424 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser:
Views: 5587 | Replies: 3
•
•
Join Date: Apr 2006
Location: India
Posts: 16
Reputation:
Rep Power: 3
Solved Threads: 0
I was saving some data to a new XML file using the following code
But now i also require to append the data to an existing XML file.
Can someone help me with the appending part.
Public myFileName, NewFileSave As String Dim xml As New ChilkatXml Dim outXml As New ChilkatXml Dim node As ChilkatXml Dim nextNode As ChilkatXml Private Sub Command47_Click() CommonDialog1.ShowSave NewFileSave = CommonDialog1.FileName MsgBox NewFileSave xml.SaveXml NewFileSave MsgBox "Saved" CancelButton: Exit Sub
But now i also require to append the data to an existing XML file.
Can someone help me with the appending part.
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Visual Basic 4 / 5 / 6 Marketplace
- [urgent] HTML form => XML file (JSP)
- Unzip zipped xml file (VB.NET)
- problem reading xml file in c# (C#)
- parsing error (XML file-java-schema) (Java)
- Pass XML file contents to a hash table. (Java)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Dynamic menu
- Next Thread: How to create a database during the runtime in VB6?!



Threaded Mode