Re: [xml] libxml socket stream
- From: Daniel Veillard <veillard redhat com>
- To: aliban gmx net
- Cc: xml gnome org
- Subject: Re: [xml] libxml socket stream
- Date: Sun, 12 Oct 2003 15:36:07 -0400
On Sun, Oct 12, 2003 at 01:29:43PM +0200, aliban gmx net wrote:
ok, sorry. here again.
ok, i thought about it.
i would like to do it like this:
as the xmlParserInputBufferCreateIO() is limited to a special maximum
amount of readers at one time (15) i would use
What do you mean ? I do not understand. I don't know any such limitation
internally.
xmlParserInputBufferPush()
each time my socket recvs data and reader is not working... if reader
is
currently working data will waiting in socket and get fetched later..
the reader will read data until there come an error by an unfinished
tag
for example or the last node was done successfully...
whatever the hope is that the reader will stay at the same position
as befor the error/last success happened. thus i can simply
xmlParserInputBufferPush() the missing but finally recvd data and
continue reading. reader would then do the error node again and
everything would be fine.
well, do you think this would work?
No idea. I don't understand what you're trying to do.
Daniel
--
Daniel Veillard | Red Hat Network https://rhn.redhat.com/
veillard redhat com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]