> I'am aware of parsing XML thru DOM but not creating
> JTree and saving to xml after the user makes
> changes.
>
> But thanks the book will be useful to me for saving
> to xml.
>
> SS...
http://www.cafeconleche.org/books/xmljava/
While you are parsing the XML file (in SAX), create the JTree nodes where relevant.
Similarly, traverse the JTree and save to XML file.
-
Anil