how to parse xml using sax parser in java?

trickytiger

New Member
In a loop, each time i need to parse a new xml and in xml i have to parse some specific nodes, if they has value then copy them to another file else keep going until the last xml, how to do it ?
 
Back
Top