Appending to XML

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andrew Cholakian

    Appending to XML

    I'm writing a program that would frequently append XML files.
    Unfortuanately XML makes this difficult becaues it must use the same
    closing tag as it uses to start. What methods are there to simply
    append more XML to old XML without using a dangerous hack like
    truncating off the closing doc tag?
Working...