Mit SimpleXMLElement CDATA und Comment Sections erzeugen
Vor ein paar Tagen stellte sich mir bzw. stellte ich mir die Frage, wie man mit SimpleXMLElement CDATA und Comment Sections erzeugen kann. Kurz und gut, hier ist das Ergebnis in Form einer Klasse: * @access public */ class XmlSimple { /** * creates new SimpleXML object with named root node * @param string $sRoot…
Read More “Mit SimpleXMLElement CDATA und Comment Sections erzeugen” »