thbestgroup
Kasper Kuijpers: XMLHandler class
For the Cover Bandit project it was necessary to develop a class object which queries a external xml file and stores it into itself. To make it possible to query an XML file again when there is the need for new variables. The data stored in the XMLHandler class will be easy accessible and types of data like as title, name, artist can be quickly returned, with executing a easy query.
To push this a step further I made it my goal is to create an standalone XMLHandler class which does all the dirty work for you. No more new loader objects, thinking where this specific item is hidden in the XML, no more struggling with namespaces and so on. Just handle() the XML once and then get the specific data needed.


