Seeking RSS display plugin with Namespace support
-
I want to load data from an RSS feed into my page so I can display the data in an attractive table or list. There are a ton of plugins for RSS display out there, but I can’t find any that support values stored in a namespace. I have data like this:
<item> <title>Post Title</title> <guid isPermaLink="false">102632411210565</guid> <link>https://example.com</link> <description>...</description> <pubDate>Wed, 20 Feb 2019 11:20:26 GMT</pubDate> <custom:City>Miami</custom:City> <custom:State>FL</custom:State> </item>
I need to pull the values from the ‘custom:’ fields into the screen along with the basic ones. Is anyone aware of a plugin that works with data like that shown above, or any other method of doing what I need to do?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Seeking RSS display plugin with Namespace support’ is closed to new replies.