Daniel Noll wrote:
What makes more sense (at least the way I see it) is to implement a Reader which returns the text you need from the XML. This sort of thing is relatively simple to do with the newer StAX API. You can have your reader return even small chunks of text, and it should perform okay as long as you have a BufferedReader wrapped around the entire thing.

Daniel
Indeed, for the sort of thing you are trying to do it definitely makes more sense to implement a reader.


--

Marcelo Frantz Schneider
SIC - TCO - Tecnologia em Engenharia do Conhecimento
DÍGITRO TECNOLOGIA*
*****

--
Esta mensagem foi verificada pelo sistema de antivírus da Dígitro e
acredita-se estar livre de perigo.


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

Reply via email to