channel->item as $item) { echo '

' . htmlspecialchars($item->title) . '

'; echo '

' . htmlspecialchars($item->description) . '

'; } } } ?>