PHP: Accessing namespaced XML with SimpleXML

Posted by alexus on Stack Overflow See other posts from Stack Overflow or by alexus
Published on 2010-06-07T17:44:59Z Indexed on 2010/06/07 18:42 UTC
Read the original article Hit count: 303

Filed under:
|
|
|

http://pastebin.com/nN8G78AH

I'm using simplexml() function to parse through RSS feed, while i can access $var->title to < title> how do I access < dcterms:issued>

© Stack Overflow or respective owner

Related posts about php

Related posts about Xml