I need to extract a non-standard string of data from an RSS feed. I see there are two others posts that discuss this, and I have tried what I found there. But with no success.
I’m still fairly sure just [Date] will get you what you want. Otherwise you might need to upgrade to 1.7 series (or at least try a demo CMS running 1.7 to see if that fixes your issue).
Again, thanks for your quick reply.
I have tried it, but unfortunately [Date] does not work. I had hoped that the appropriate syntax using [Tag|Namespace] would be able to pull this information from the RSS, but have been unsuccessful in these attempt as well. The RSS feed publishes dates with the “pubDate” handle.
I will look into upgrading to Xibo 1.7.
Thanks again for your help.
Can you try [Date] with another RSS feed (eg http://xibo.org.uk/feed or similar) and see if it works there before you bother to upgrade?
I’m 99.9% sure [Date] should work and that pubDate is the standard field name so I’m really surprised it doesn’t work. It could instead be something to do with your original feed’s formatting so this test would help to rule that out.
Hello! i tried for a long time to show some namespaces, for example: <wfw:commentRss> in http://xibo.org.uk/feed/, and i can not do it. i tried [|wfw:commentRss], [wfw|commentRss],etc… i use 1.7.8. someone can show a practical example? I honestly do not know how to do it. Others tags like [Title] or [Description] is perfectly ok. Thanks!
I had a similar need - I have a room bookings RSS feed from sharepoint, but I needed to display start and end time. I used cURL to authenticate and bring down the feed, and used a perl script to manipulate the feed a bit, adding a custom namespace along the way.
Here is the RSS I am pulling data from after it has been manipulated:
You are doing almost exactly the same as what I’m trying to do, but I haven’t had success. Does the “http://intranet/roombookings/” location hold a custom namespace file that you’d be willing to share? I have the way to generate the RSS like yours (via powershell/scripting), but when I try to set my ticker using custom namespaces, it’s not taking showing any of the custom fields, such as your “[starttime|http://intranet/roombookings/]”.