Hi

I am using SAX parser for reading the xml file. How to edit a xml file with SAX parser and which one is better for editing the file (DOM or SAX).

Thanks.