I want to create the generic XML parser so that I want to reuse much of code
Use case is I have to parse 10 XML web servers, and all of them have different data So How can i create generic XML Parser so that i use most of the parsing code
I want to create the generic XML parser so that I want to reuse
Share
Use one of the many XML libraries, such as TouchXML or Google’s. These will parse documents into object trees, among other things.