Hello, all. I'm trying to use SimpleXML to loop through an .xml file, but when I try to do the following, it chokes on the colon:
foreach ($xml_data->dc:title as $item) {
[do whatever here]
}
The element in the XML has a colon in it, i.e.,
<dc:title>Interesting Book</dc:title>
Anybody know how to deal with this? I must be missing something obvious.
Thanks,
A.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
