3
1
Back

Interesting, $entries = $xpath->query("//div[@id='comic-notes']"); foreach ($entries as $entry) { $article['content'] .= "

" . $entry->ownerDocument->saveXML($entry) . "

"; } } } if(ADD_IDS){ $article['content'] .= "ID: " . $article['id']; } return.

New Pull Request