<?php $xml = new \SimpleXMLElement(' <blog-post> <dc:tag xmlns:dc="http://purl.org/dc/elements/1.1/"/> </blog-post>' ); var_dump(isset($xml->tag));
You have javascript disabled. You will not be able to edit any code.