I have an xml file and I need to parse that file using sax parser an store that parsing data to mysql database.
You need to create a set of tables that represent the data contained in your xml and then populate them as you parse the data.
Does the XML parser internally maintains tree ?