MRSS Syntax. . .
Hello,
Can you post the Bright Sign required elements / structure of an MRSS.xml file. Currently, I am using the following as part of a client / server based system the updates the "image file name" of the MRSS.xml file everytime the Bright Sign requests an image file. What other MRSS options are available?
MRSS.XML File:
<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" >
<channel>
<title>SnappyShotsLiveRSS</title>
<link>http://192.168.1.175/SnappyShotsLiveWeb/SSLRSS.xml</link>
<description>Channel for SSL Imag</description>
<item>
<title>SSL mag</title>
<pubDate>Tue, 22 Jul 2008 15:13:42 -0400</pubDate>
<media:content url="http://192.168.1.175/SnappyShotsLiveWeb/Imag92.jpg" type="image/jpeg" height="400" width="600" duration="15" />
</item>
</channel>
</rss>
Thank you,
Matt Loving