I want the parse an XML file within my java application and put appropriate data into an array.
I get the basic idea of the way this would work; I would create a reader, parse an input source and then use a ContentHandler.
I'm finding all the different methods within the content handler a bit overwhelming, for what I need to do which ones do I need?
If anyone has a really basic example, that would also be appreciated. It's a very small part of my program so I don't want to spend to long on it.