| 
 Posted by A.Martini on 02/19/07 08:58 
Hello, 
I have to parse an xml file which has entities like &8220; ” 
and apostrophes ('). 
I have created a parser and I parse the xml but the xml_parse function 
convert entities and apostrophes to question marks (?) 
 
I am sure about that because I read the xml source in a string and I can see 
what happens before and after xml_parse. 
 
I am missing something? 
 
the source is iso-8859-1 and is converted with utf8_encode before xml_parse
 
  
Navigation:
[Reply to this message] 
 |