[xml] xmlParseChunk: encoder error

Date view Thread view Subject view Author view

From: Rob van der Leek (r.vd.leek@fokkerspace.nl)
Date: Thu Nov 30 2000 - 05:32:48 EST


Since I didn't receive any reply on my previous mail, here's another:

~/libxml2-2.2.9 $ ./textSAX --push test/title.xml
xmlParseChunk: encoder error
SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(title)
SAX.characters(my title, 8)
SAX.endElement(title)
xmlParseChunk: encoder error
xmlSAXUserParseFile returned error 81

~/libxml2-2.2.9 $ ./textSAX test/title.xml
SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(title)
SAX.characters(my title, 8)
SAX.endElement(title)
SAX.endDocument()

Hope you can help me, tia.

Rob van der Leek

> Hi list,
>
> I must be missing something here, the SAX memory parser gives me an:
> xmlParseChunk: encoder error
> even when I use the push method example from the documentation.
> The encoding of my XML data is UTF8 and my library version is 2.2.8.
>
> Hints were to look are appreciated.
>

----
Message from the list xml@rpmfind.net
Archived at : http://xmlsoft.org/messages/
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@rpmfind.net


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Thu Nov 30 2000 - 05:47:53 EST