` in the payload is // resolved and its body substituted into the parsed document. function run(string $body) { libxml_disable_entity_loader(false); return simplexml_load_string($body, "SimpleXMLElement", LIBXML_NOENT); }