[jdev] Re: Splitting the stream
Alexander Gnauck
gnauck at ag-software.de
Wed Nov 1 11:50:19 CST 2006
Michal 'vorner' Vaner wrote:
> Well, I just think I do not need to _parse_ it if I'm not interested in
> the information there. I only want to split it to parts and feed that to
> different program.
what is parsing for you?
splitting is parsing for me. A SAX or Pull Parser, or a Xml Tokenizer is
splitting your stream and does not care about the content.
Alex
More information about the JDev
mailing list