<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:ev="http://purl.org/rss/1.0/modules/event/">
	<!-- if dc: is OK in RSS 2.0, I hope ev: and geo: is OK too -->
	<channel>
		<title>Upcoming.org: My Events</title>
		<link>http://upcoming.org/user/2412/</link>
		<description>Subscribed events feed from Upcoming.org</description>
		<lastBuildDate>Fri, 21 Nov 2003 05:34:41 PST</lastBuildDate>
		<generator>Upcoming.org</generator>
		<ttl>60</ttl>
		<language>no-bm</language><!-- bug in RSS format: language is an item property, not a channel property -->
		<item>
			<!-- Link to event page, if any exists; to upcoming.org's event page otherwise: -->
			<link>http://lestat.no/visarrangement.php?id=27</link>
			<title>Klubbkveld: DJ Alpha, DJ Diamanda</title>
			<description>Nov 21: Klubbkveld: DJ Alpha, DJ Diamanda at Club Lestat</description>
			<guid>http://upcoming.org/event/1886x/</guid>
			<dc:creator>janegil</dc:creator>
			<comments>http://upcoming.org/event/1886/#comments</comments>
			<!-- Replacing Dublin Core date with the less famous ev:startdate. 
				 The Dublin Core date is really publishing date, isn't it?
				 The semantics of ev:startdate seems more on target.
			-->
			<ev:startdate>2004-02-20T21:00:00+01:00</ev:startdate>
			<ev:type>Music</ev:type>
			<ev:type>http://hoppa.com/Gothic/index.en.pl.gz?</ev:type>
			<ev:type>http://hoppa.com/GoingOut/index.en.pl.gz?</ev:type>
			<!-- Maybe a more standard event type?
				 Maybe adding several event type and location elements?
				 "Going Out" is redundant in the context of an upcoming.org stream,
				 but makes sense if the item is aggregated into another stream.
			 -->
			<!-- 
				Location and organizer will usually be the same.
				But not for a goth club like this, only existing every full moon, or so,
				and often moving from venue to venue.
				In those cases, ev:organizer should also be specified.
				Maybe I don't care much about what happens at "Markens" the rest of the month.
				And maybe I care for events at Lestat, even if they move to a new venue.
			-->
			<ev:location>Markens</ev:location>
			<ev:location>http://hoppa.com/eu/nor/no/va/kristi/index.en.pl.gz?</ev:location>
			<!-- with dmoz.org probably being more universal that hoppa.com, but hoppa.com is my favourite -->
			<ev:location>
				<geo:Point>
					<geo:lat>59</geo:lat>
					<geo:long>10</geo:long>
				</geo:Point>
			</ev:location>
			<ev:organizer>http://lestat.no/</ev:organizer>
		</item>
	</channel>
</rss>

