Re: XML parsing with blackdown

2005-05-09 Thread Radu-Adrian Popescu
As far as I know Xerces is a large, fat, slow pig. Depending on the complexity for the task at hand and how fast/lowmem you want to get things to run, you might want to hook up with nanoxml (http://nanoxml.cyberelf.be/) or a plain SAX parser instead. Cheers, -- Radu-Adrian Popescu CSA, DBA, Devel

XML parsing with blackdown

2005-05-09 Thread Matt Law
Hi, I'm in the process of architecting an Java application to run on a PDA. The core of the application involves the processing and manipulating of XML documents. I've seen that people have had applications using xerces and similar running with blackdown, but only brief details. I'd like to hear e