Menu

#518 XML_parse fails for € ¥ £

Feature Request
closed-rejected
3
2013-12-31
2013-12-31
Perumal
No

XML_parse fails with message "undefined entity" for few currencies: € ¥ £
As a workaround we are replacing them with corresponding html number.

tmp_xmlstring.replace_str("€","€");
tmp_xmlstring.replace_str("¥","¥");
tmp_xmlstring.replace_str("£","£");

Is there any known issue with XML_parse? if so could you provide the patched version?

Thanks
Perumal

Discussion

  • Karl Waclawek

    Karl Waclawek - 2013-12-31
    • status: open --> closed-rejected
    • assigned_to: Karl Waclawek
     

Log in to post a comment.