fetch_feed and custom namespaces
-
Hello,
I’m trying to parse a third-party RSS feed on my site, using fetch_feed.
In addition to the standard
<title>,<link>, and<description>elements, the feed I’m trying to parse contains several custom elements, using custom namespaces.e.g.
<foo:venue>,<foo:genre>,<foo:show>I want to display these custom elements on my template, but I can’t work out how to do it. Can anyone offer any help?
The topic ‘fetch_feed and custom namespaces’ is closed to new replies.