[xml] Bad ilegal char handling

Date view Thread view Subject view Author view

From: Nilo S. Mismetti (nilo@newpos.com)
Date: Tue Aug 29 2000 - 13:12:58 EDT


Sirs,

 Libxml ("20202") loops trying to parse a file that contains low ASCII
characters, example:

 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <NewHUB>
     <MFYtext>Xabdef</MFYtext>
 </NewHUB>

 when X is "low ASCII", for example X=0x1b.

Tracing thru the code I notice that the routine "xmlParseTryOrFinish" loops
looking over and over to the char 0x1b.

I'm using Libxml on a Win98 machine but I did not notice ANY depencency on
Win32.

Example attached.

 Help please,

 Nilo


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


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Tue Aug 29 2000 - 10:43:18 EDT