Jump to content

convert html entities for xml?


moebius

Recommended Posts

It seems that XML parsers do not like html entities like é so I need some way of converting these html entities to something that is compatible with xml. I can't convert them into their raw format because that could cause more trouble. Is there a function that converts html entities into their numerical equivalents?

 

For example:

é -> é

Link to comment
https://forums.phpfreaks.com/topic/112123-convert-html-entities-for-xml/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.