channel->title; $channel['link'] = $xml->channel->link; $channel['description'] = $xml->channel->description; $channel['pubDate'] = $xml->channel->pubDate; $channel['timestamp'] = strtotime($xml->channel->pubDate); echo '

' . $channel['title'] . '

'; $cpt=0; foreach ($xml->channel->item as $item) { $article = array(); $article['title'] = $item->title; $article['link'] = $item->link; $article['pubDate'] = $item->pubDate; $article['timestamp'] = strtotime($item->pubDate); $article['description'] = $item->description; $article['image']=$item->mediacontent['url']; $articles[$cpt] = $article; echo '
'; echo '
'; echo '  '; echo ' '; echo $article['title'].'  '; echo '
'; $cpt++; if( $cpt > $NEWS_RSS_MAX_ITEMS ) { break; } } } echo ''; echo ''; echo ''; echo '
'; echo '
'; echo '
'; echo '
'; $cpt=0; foreach ($articles as $article ) { $cpt_prev=$cpt-1; $cpt_next=$cpt+1; echo ''; echo "
\n"; echo "
"; echo ""; $article_content = file_get_contents($article['link']); $doc = new DOMDocument(); $doc->preserveWhiteSpace = false; $doc->formatOutput = true; $doc->loadHTML($article_content); $articles = $doc->getElementsByTagName('article'); $article_only=""; foreach ( $articles as $node) { $article_only = DOMinnerHTML($node); } /* $orgStrings = array(' href="/'); $newStrings = array(' href="https://www.latimes.com/'); $article_only = str_replace($orgStrings, $newStrings, $article_only); $orgStrings = array(' src="/'); $newStrings = array(' src="https://www.latimes.com/'); $article_only = str_replace($orgStrings, $newStrings, $article_only); */ //Clean some sections //$article_only = re_remove($article_only, '//'); $article_only = re_remove($article_only, '/ <\/i> <\/a>/'); $article_only = re_remove($article_only, '/