XML_Util::replaceEntities() -- replace XML entities
Beschrijving
In XML documents you are not allowed to use & and <.
The have to be replaced with their respective entities.
This method does this for you and furthermore replaces
all other predefined XML entities.
Return waarde
string string with entities replaced
Note
Deze functie zou statisch moeten worden aangeroepen.