Quantcast
Channel: How to parse malformed RSS feed from third party sites using php? - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Mohammad for How to parse malformed RSS feed from third party sites...

Problem of your code is in useing firstChild property that select first child of element. But in target XML, description tag hasn't any childs that you want to select first of them. Remove it from...

View Article


How to parse malformed RSS feed from third party sites using php?

I'm trying to parse RSS feeds from some medias. My script works for most of them. The problem is that I need to agregate all of them, eventhough they are malformed.I don't manage to get the description...

View Article
Browsing all 2 articles
Browse latest View live