How can I process an xml feed, filter it and output it as a new xml feed?

Soldato
Joined
17 Jan 2006
Posts
4,217
I'm trying to work out if it's possible to integrate an xml feed from one of our systems (a calendar system) at work with another system (a digital signage system) to display the info from the xml feed.

I've got it basically working however I have an issue in that really I need to be able to filter the original xml feed so the digital signage only displays information which matches certain categories (which is a data field within the info from the xml feed).

The digital signage software allows me to format the xml feed so I can choose what information is displayed for each event in the calendar but I can't filter it.

I also can't change the original xml feed to output only the information that matches the categories which I want to display.

My current thinking is whether there is a way I could have something process the original xml feed, select the entries that match the categories I want, then re output that as an xml file which I can use in the digital signage software?

If that's not possible, can anyone think of any other potential solutions?
 
Back
Top Bottom