How to parse my XML file?

Peter Ivarsson <[email protected]> Wed, 17 Oct 2007 13:44:23 +0200
Newsgroups gmane.text.xml.general
Message-ID <[email protected]>
Hi,

I have a rather big XML-file with customers I want to parse.
I only need to use some of the elements from the customers XML-file.
The output from the java program should be several TEXT-files.

What technique do you recommend me to use to solve this problem in an efficient way?
(SAX, DOM, Digester, …)

Best regards
/ Peter Ivarsson