"; print_r($cat); echo ""; echo "

From the SimpleXML object we find the title of the 2nd course listed as:\n"; echo $cat->course[1]->title . "

\n"; } ?>