XML_Util::replaceEntities()

XML_Util::replaceEntities() -- replace XML entities

Synopsis

require_once 'XML/Util.php';

string XML_Util::replaceEntities (string $string)

Beschreibung

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.

Parameter

Rückgabewert

string string with entities replaced

Hinweise

Diese Methode sollte statisch aufgerufen werden..