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
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