Hi all,
I want to append an element to an xml file using
jdom. I was wondering how would I go about dong that?
because the file is rather large, I wish to just add the
new element onto the existing file with out rewriting
the entire file.
Is there a way to complish this??
I guess I can manually modify the xml file…
but I’m hoping for a way to do this within
the JDOM api.
Thanks in advance,
Much appricated.