SAX Parser without defining tags in Java

dalan57

New Member
Is it possible to parse the XML files from SAX parser without defining the tags name in Java file? I want to make my code generic so that it can parse any kind of XML file rather than some specific XML files.
 
Back
Top