Peter Ivarsson wrote:
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, …)


XSLT unless you have problems; in that case SAX.

--
Elliotte Rusty Harold  [EMAIL PROTECTED]
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to