XML Definition
The format for the bdinfo.xml document is <?xml version="1.0" encoding="ISO-8859-1"?> <sites> <site name="Site Name" link="URL" alt="alternate link description"> # One or more images types : banner1, banner2, banner3 468x60 # button 75x75 # skyscraper 200x600 # ad1, ad2 90x90 for newsletter (platinum only) <image type="Image Type" width="" height="">http://URL</image> # One or more Current Progressive Jackpots <jackpot amount="$$$">Progressive Jackpot Name</jackpot> # One or more winners <winner player="Player Name" member="Member Since MMM YY" amount="Win Amount"> <![CDATA[ Comment Data ]]> </winner> # single Newsletter Promotion, this is included in our monthly newsletter and consists of any special offers to subscribers # For platinum sponsors only <promotion> <![CDATA[ Description of your affiliate program ]]> </promotion> # single Affiliate Program Description <affiliateprogram> <![CDATA[ Description of your affiliate program ]]> </affiliateprogram> # One or more news items <news title="News Bi-Line"> <![CDATA[ news content ]]> </news> # One or more events <event date="MMM YY" time="HH PM ET" pot="$$$"> <![CDATA[ Event Name ]]> </event> # Onr or more testimonials <testimonial player=""> <![CDATA[ Player Testimonial ]]> </testimonial> # Single Site Description <about> <![CDATA[ Site Description ]]> </about> # One or more features <feature> <![CDATA[ Site Feature ]]> </feature> </site> </sites> The <![CDATA[ ]]> is used to encapsulate text data to permit use of html formatting