<?php $xmlString = '<article> <body> <title>I <underline><bold>LOVE</bold></underline> Coding</title> </body> </article>'; $xml = simplexml_load_string($xmlString); $title = strip_tags($xml->body->title->asXML()); echo $title;
You have javascript disabled. You will not be able to edit any code.