Quantcast
Channel: How to retrieve non-standard nodes from RSS feed - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by segy for How to retrieve non-standard nodes from RSS feed

I suggest using Nokogiri instead. It should give you the flexibility you want.Alternatively based on a quick skim of the simple-rss code, the node might be available as dc_creator.

View Article



How to retrieve non-standard nodes from RSS feed

I use the Simple RSS parser for my project.It works nicely but I have nodes like this:<dc:creator>viroos</dc:creator>I have no idea how to get nodes like these.

View Article
Browsing all 2 articles
Browse latest View live


Latest Images