[xml] xmlParseChunk...



hi,
i want to forward an xml stream to the sax parser.
for this i use xmlCreatePushParserCtxt() and xmlParseChunk()
Each time a xml Chunk is received i append it by using 
xmlParseChunk(). Whatever the sax handlers don't get called.

I can not wait until the complete document got transferred... i 
already have to receive startElement() already if there are only a 
few bytes already transmitted. In google i read something that it 
parses only if there are minimum 80 bytes in waiting. Not good for me 
because it MUST try to parse each time data is received and 
xmlParseChunk() is called.
How do i do this?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]