Sometimes you will want to load data from huge XML files into the database. So how do you achieve this? There are more then one ways to achieve this, but most of the time a “SAX parser” is used. The term on Wikipedia for SAX is: A Simple API for XML (SAX) is a serial [...]
