How to style xml feed
-
Hi
From a sports association, I call a feed for results (updating 2-3 times a day), games and competition. I would like to ask for a suggestion, how to style this feed in WP. I get the info, calling a page with an paid API, and it looks something like this broken down on teams:
<Team>
<DivisionName>Senior</DivisionName>
<Pool xmlns:d3p1=”https://schemas.datacontract.org/2004/07/ClubWebAPI.Models.Pool”>
<d3p1:PoolId>231339</d3p1:PoolId>
<d3p1:PoolName>Pulje 1</d3p1:PoolName>
<d3p1:RowName>Kvinde-LP 2016/2017</d3p1:RowName>
<d3p1:ShowProgram i:nil=”true”/>
<d3p1:ShowResult i:nil=”true”/>
</Pool>
<TeamId>21060</TeamId>
<TeamName i:nil=”true”/>
</Team>I am going to use info like this on maybe 50 pages. So I need a style plan.
I Welcome suggestions.
Thank You
- The topic ‘How to style xml feed’ is closed to new replies.