Source Code:
(back to article)
<?php $xml = new SimpleXmlElement('<example>Hello World</example>'); $string = $xml->saveXML(); echo $string;
Result:
Report an issue