Labels Milestones
BackRemove or alter the recipients' rights in the post that we want $doc = new DOMXpath($doc); $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ if ($img->getAttribute('title')) { $article['content'] .= "
" . $entry->ownerDocument->saveXML($entry) . "
"; // only keep everything starting at the first