Example Content of RSS Event Feed

<xml version="1.0" encoding="UTF-8"?> 
<rss version="2.0"> 
   <channel> 
      <title>Great Gigs On Sale</title> 
      <link>http://localhost:8978/list/</link> 
      <description>Great Gigs by Great Bands</description> 
      <language>en</language> 
      <item> 
         <title>Test Gig Cabba</title> 
         <link>http://gig.lu/edi</link> 
         <description>blah</description> 
         <pubDate>2010-11-03 16:05:08.283575</pubDate> 
         <guid>http://gig.lu/edi</guid> 
         <event xmlns="http://tickets.gigswiz.com/ns/event/"> 
         	<category>Music</category> 
         	<genre></genre> 
	      	<age></age> 
      		<status>ok</status> 
      		<ids> 
      			<unique_event_id></unique_event_id> 
      		</ids> 
      		<title>Test Gig Cabba</title> 
      		<start>2010-12-10 19:15:00</start> 
      		<venue> 
        		<venueID/> 
        		<venue_name>The Christmas Tree</venue_name> 
        		<stage/> 
        		<street>Santa Square 2</street> 
        		<street2>Soho</street2> 
        		<street3/&sgt; 
        		<city>London</city> 
        		<state/> 
        		<country>GB</country> 
        		<postcode>A1B 2BC</postcode>
        		<VenueWebsiteURL/> 
      		</venue> 
      		
      		<performances> 
        		<performance> 
          			<status>ok</status> 
          			<artist> 
            			<name>Silent Remorse</name> 
            			<MBID/> 
            			<MySpaceURL/> 
          			</artist> 
          			<billing>headline</billing> 
        		</performance> 
      		</performances> 
      		
      		<performances> 
        		<performance> 
          			<status>ok</status> 
          			<artist> 
            			<name>The GigsWiz</name> 
            			<MBID/> 
            			<MySpaceURL/> 
          			</artist> 
          			<billing>headline</billing> 
        		</performance> 
      		</performances> 
      		
      		<tickets> 
      		
        		<ticket> 
	          		<status></status> 
	          		<description>Last Minute</description> 
		          	<onsale> 
		            	<date>2010-11-03</date> 
		            	<time>16:05:08</time> 
		          	</onsale> 
          			<availability>123</availability> 
          			<vendor>event.organizer</vendor> 
          			<buyLink>http://gig.lu/edi</buyLink> 
          			<price>    
            			<currency>USD</currency>  
            			<price>5.00</price>
            			<value>4.65</value> 
          			</price> 
        		</ticket> 
      		
        		<ticket> 
	          		<status></status> 
	          		<description>Gugli's Super</description> 
		          	<onsale> 
		            	<date>2010-11-03</date> 
		            	<time>16:05:08</time> 
		          	</onsale> 
          			<availability></availability> 
          			<vendor>event.organizer</vendor> 
          			<buyLink>http://gig.lu/edi</buyLink> 
          			<price>    
            			<currency>USD</currency>  
            			<price>5.50</price> 
            			<value>4.87</value> 
          			</price> 
        		</ticket> 
      		
      		</tickets> 
         </event> 
      </item>        
      
   </channel> 
</rss>