Dealing with Namespace/Colon in SimpleXML

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux