+
-
new ClassName($args)
$o->method($args)
simplexml_load_file($filename)
new SimpleXMLElement($xmlstr)
$simple_xml->xpath($xpath)
$simple_xml->element
$simple_xml->{'element'}
Suppose $xml
holds a SimpleXML object. Write a
foreach
loop that loops over the course
elements (directly under the root) and prints the
title
element of each course.
© 2007 Calvin College and Jeremy D.
Frens.
This work is licensed under a Creative
Commons Attribution-Noncommercial-Share Alike 3.0 United States
License.