![]() |
|
|
|
#1 |
|
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? Andrew Cholakian |
|
|