Retrieving RSS feed with tag <content:encoded>

来源:互联网 发布:java 启动定时器 编辑:程序博客网 时间:2024/06/14 16:55

http://stackoverflow.com/questions/3346628/retrieving-rss-feed-with-tag-contentencoded


In <content:encoded>content is the namespace and encoded is the tag name.

var_dump($entry->children("content", true));

0 0