David Bernard wrote:
>Hi,
>
>Yesterday I suggest to a friend to use XmlPull. Today, he told me about
>OutOfMemory. The cause is he store very large text node (more than
>100Mb) and the API doesn't allow to read the text as Stream or bye block.
>Xml stream is used as wrapper and aggregrator of files.
>
>Is it possible to enhance the API (Parser and Serializer) to support big
>text node?
>
>
this is very special case. currently XmlPull does not support it and
AFAIK there is nobody working on such feature.
long time ago i was thinking about allowing to access element text
content as Reader but that was never fully implemented (you need to
parse text content in chunks and that is not that easy).
if somebody was to write an extension to XPP3/MXP1 to do this then i am
sure that would be greatly appreciated :)
alek
--
The best way to predict the future is to invent it - Alan Kay