Tagged Posts with: simplexml

Access @attributes Nodes in SimpleXML Objects

January 5th, 2010 | Posted in PHP
0

Access the [@attributes] in a SimpleXML object with this simple fix....

Blank CDATA with PHP and SimpleXML

January 4th, 2010 | Posted in PHP
0

By default CDATA blocks in XML requests using SimpleXML are not returned and the node is blank. Here is an example using an RSS feed from DevShed....