I need to create/modify and parse an xml on different button clicks in
the same applicn. Which method should I choose? May I use xml.sax to parse, and xml.dom.minidom
to modify? Or should I use any one for both, since its a single applicn
(No need to import both) ? Please advice.