[PHP] xml_parse() error with nbsp; and euro; etc.. How can i fix this?

2007-01-15 Thread Mathijs
Hello there, When i want use parse_xml() and i have entities like nbsp; in it, it gives me a entity error. This because the parser doesn't know the nbsp; entity. Now i saw on the bugs site of php a way to solve this, by using xml_set_external_entity_ref_handler() with

Re: [PHP] xml_parse() error with nbsp; and euro; etc.. How can i fix this?

2007-01-15 Thread Miguel J. Jiménez
El Mon, 15 Jan 2007 12:42:58 +0100 Mathijs [EMAIL PROTECTED] escribió: Hello there, When i want use parse_xml() and i have entities like nbsp; in it, it gives me a entity error. This because the parser doesn't know the nbsp; entity. Now i saw on the bugs site of php a way to solve