0
I'm creating an RSS file- very simple, at that- that has only one interesting piece of data. It's for a dynamic LED display. The sign data provider (SMINFINITY) allows a custom RSS feed, where they take the data in a description tag and allow you to build a message using that dynamic data. So you set up the message, point it to the RSS feed, and then when the feed gets updated, the LED sign reflects the update with no intervention.
Took me a long while to figure this out, but the field I need to be dynamic (supplied in the RSS feed) is a numeric only. When I put a numeric only in the description, the sign software ignores it (actually it fails the validation check). Anything that also contains an alphabetic character works just fine. The xml file passes rss validation checks on other sites that specifically do RSS validation.
What I'm trying to find out is if this is an RSS thing or something in the sign company's software prohibiting this. If the former, then I guess I'll just abandon the project. If the latter, I can ask SMINFINTY if they could fix it.
Does anybody have any insights on this? Thanks.