I want to read a xml file and store only specific tags into a new xml file using java?

45 views Asked by At

Ex: Xmlfile.xml( id, name, age, email) and newxmlfile.xml(email).

0

There are 0 answers