Changeset 4963
- Timestamp:
- 15/05/08 18:59:33 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/contributors/PaulDowney/tests/data/confabb/simple.xml
r4962 r4963 24 24 <endtime>20061107083019</endtime> 25 25 26 <!-- The confabb agenda is split across days, would be nice to see them, as for --> 27 <day>Day 1</day> 28 26 29 <!-- if the track is empty, we assume that's a "global" event across all tracks: "Lunch" etc --> 27 30 <track></track> … … 41 44 <endtime>20061107094502</endtime> 42 45 43 <!-- assuming the track is text "Workshops", "" --> 46 <!-- The confabb agenda is split across days, would be nice to see them, as for --> 47 <day>Day 1</day> 48 44 49 <track>Workshops</track> 45 50 46 <!-- might be an idea to make this <trackid>:47 48 <trackid>track-22</trackid>49 50 and have a list of tracks at the bottom, e.g.:51 52 <track id="track-22">53 <title>Workshops</title>54 <description>Workshops and Tutorial sessions, blah, blah</description>55 </track>56 -->57 58 51 <!-- The location is currently missing, but would be useful! --> 59 <location>Workshops</location> 60 61 <!-- might be an idea to make this <locationid>: 62 63 <trackid>location-93</trackid> 64 65 and have a list of locations at the bottom, e.g.: 66 67 <track id="location-93"> 68 <title>Grand Ballroom</title> 69 <description>Across the carpark, and up the stairs.</description> 70 .. possibly other vcard address info here .. 71 </track> 72 73 --> 74 52 <location>Grand Ballroom</location> 75 53 76 54 <guid>http://staging.confabb.com/conferences/16074-web-2-0-conference-2006/sessions/21/details</guid> … … 127 105 </vcard> 128 106 107 108 <!-- 109 110 a suggestion for the future is to evolve /session/speaker, /session/track, /sesssion/location, /session/day 111 to be /session/speakerid, /session/trackid, /session/locationid etc and 112 index info for each at the bottom, eg. 113 114 <session> 115 ... 116 <trackid>track22</trackid> 117 </session 118 119 <track id="track22"> 120 <title>Workshops</title> 121 <description>Workshops and Tutorial sessions, blah, blah</description> 122 </track> 123 --> 124 125 129 126 </conference> 130 127 <!-- </tiddler> -->