Hi All,
Just want to retrieve some data from XML / RSS feed: this feed
The data I want to parse:
<stand:ranking>
<stand:nummer>1</stand:nummer>
<stand:team id="7160DS 2">
<![CDATA[ Peelpush DS 2 ]]>
</stand:team>
<stand:wedstrijden>4</stand:wedstrijden>
<stand:punten>16</stand:punten>
<stand:setsvoor>12</stand:setsvoor>
<stand:setstegen>4</stand:setstegen>
<stand:puntenvoor>381</stand:puntenvoor>
<stand:puntentegen>329</stand:puntentegen>
</stand:ranking>
The data form the <item></item> I can parse with this code. But how to retrieve the <stand:ranking>?
{exp:rss_parser url="https://api.nevobo.nl/export/poule/nationale-competitie/{volleybal_rss_code}/stand.rss" limit="10" refresh="720"}
{feed_items}
<h3>{item_title}</h3>
{item_description}
{/feed_items}
{/exp:rss_parser}
There is an addon https://brandnewbox.co.uk/products/details/feed_parser that can parse XML data but it only supports up to EE4. It might work on EE6, but it might not, worth trying it?
Alternatively you might want to try a javascript solution, I’ve seen Jquery plugins that may work.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.