can we create an xml using SaxParser

CDD

New Member
I Have a requirement to merge two xml files by comparing a particular attribute id.I am new to XMLParsing. I used SAXParser to parse the xmls. I don't know how to move forward with the merging thing. Could anyone suggest a proper and better way to merge two xml files. The output of this requirement should be a new xml document. I am also supposed to keep performance in mind.
 
Top