This is title1 This is desc1
You can use a for loop instead of a foreach like this :
for
foreach
$item = $xml->item; $howMany = count($item); for($i = 0; $i < $howMany; $i++){ echo << 13 Sep 2010 $item->title HTML; }