Re: appending data to an xml file

2005-01-11 Thread Peter Hansen
Thomas Heller wrote: I want to append/insert additional data to an xml file. [...] Better, imo, would be to add the dumped info into a proper xml tag, and inject it into the original file. Is that (efficiently) possible? My technique, when I can't just strip the root element and have a document fr

appending data to an xml file

2005-01-11 Thread Thomas Heller
I want to append/insert additional data to an xml file. Context: I use gccxml to parse C header files. gccxml creates an xml file containing all the definitions from the header files. The xml files may be somewhat largish, for 'windows.h' it has more than 5 MB. Since the xml does not contain #de