Legacy How-tos
BrightAuthor Classic
Live Text Data with XML / RSS
3min
this page / section pertains to brightauthor classic , our legacy app brightauthor\ connected is our latest app for managing content and players development of brightauthor classic has largely ceased and the app will eventually be deprecated and replaced with brightauthor\ connected brightsign based the xml format of live text data on an rss feed this is a simplified xml file with support for “title” and “description” tags each field will display the contents of the “description” tag you can select an item to be displayed based on its name ( item title ) or its index number in the file ( item index ) and use the rss format to build the source data feed see the example screenshot and rss feed below example to display “$3 99”, you can either use the item description radio button and enter “hotdogprice” as the title select the item index radio button and specify number 2 since "hotdogprice" is the second item \<?xml version="1 0" encoding="utf 8" ?> \<rss version="2 0"> \<channel> \<title>sample list file \</title> \<description>this is an example of an live text feed file\</description> \<ttl>1800\</ttl> \<item> \<title>item 1\</title> \<description>hot dogs\</description> \</item> \<item> \<title>hotdogprice\</title> \<description>$3 99\</description> \</item> \</channel> \</rss>