PHP
1
Вклад в тег
<?php
$string = "<element><child>Hello World</child></element>";
$xml = new SimpleXMLElement($string);
$string = 'Hello Mota! Toster Test';
$xml->asXML();
echo str_replace('Hello Mota', $xml->asXML(), $string);