[jdev] Re: Splitting the stream

Norman Rasmussen norman at rasmussen.co.za
Thu Nov 2 01:29:49 CST 2006


On 11/1/06, Matthias Wimmer <m at tthias.eu> wrote:
> As Alexander already said: I think what you plan to do (you wrote in a
> private mail, that you plan to use regular expressions) is parsing as well.

Yegh, try and steer clear of RegEx to parse XML.  Use a standard SAX
parser should be more than sufficient, and it's probably the lest
memory intensive, and fastest parser for what you want to do.

-- 
- Norman Rasmussen
 - Email: norman at rasmussen.co.za
 - Home page: http://norman.rasmussen.co.za/



More information about the JDev mailing list