PHP DOMElement nodeValue not persisting escaped(encoded) characters
I have been given an unusual goal and that is to remove CDATA from the XML(containing HTML) and to encode the following chars <, >, ‘, “, & in it.
I have been given an unusual goal and that is to remove CDATA from the XML(containing HTML) and to encode the following chars <, >, ‘, “, & in it.