XPath / DOM (nodeValue with HTML)
$content = $xpath->query('//*[@id="container-inner"]//*[@itemprop="articleBody"]')->item(0); $contentHtml = $content->ownerDocument->saveHTML($content);