[xml] nbsp entity



 
I'm using html parser, latest version.
when I'm trying to parse html content that contains the sequence of characters &nbsp, it is translated into 0xc2 0xa0 (in hex), which make the browser display invalid characters in the html page.
My question is: how can libxml parser ignore that translation routine of reference entity and leave it as it is?
I will appreciate a quick reply. Thanks.


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