Quantcast
Channel: How to query the nodes from an ATOM feed - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Wayne for How to query the nodes from an ATOM feed

There is no RSS namespace, whereas Atom elements are in the following namespace:http://www.w3.org/2005/Atom You can see this by looking at your document's feed element, which probably looks something...

View Article



How to query the nodes from an ATOM feed

I can query the description nodes in an RSS feed and return a result like this:$xpath = new DOMXPath($xmlDoc);$items = $xpath->query('/rss/channel/item/description/..');foreach($items as $number...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images