-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTestEvents.xml
83 lines (82 loc) · 2.72 KB
/
TestEvents.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0" encoding="UTF-8"?>
<Data>
<Venue>
<revision>1</revision>
<title>Crowne Plaza Asheville</title>
<summary>• 34000 square feet of meeting and banquet facilities
• 274 well-appointed guest rooms, including 4 suites and 17 King Executive suites
• Complimentary parking
• Complimentary high-speed wireless internet
• Award-winning restaurant
• Mulligan’s Bar & Grille, featuring sandwiches, snacks and drink specials
• On-site golf, indoor and outdoor tennis, and swimming
• Tennis and Golf Pro Shop
• Fitness center with brand new state of the art equipment
• Concierge and bell services
• Pet Friendly rooms are available</summary>
<latitude>36.6082</latitude>
<longitude>-82.5526</longitude>
<address>123 Fourth Street
Asheville, NC, 98765</address>
</Venue>
<Event>
<revision>1</revision>
<title>YAPC::NA 2011</title>
<subtitle>YAPC North America 2011</subtitle>
<locationTitle>Asheville, NC, USA</locationTitle>
<description>Annual North American YAPC Perl conference</description>
<latitude>36.6082</latitude>
<longitude>-82.5526</longitude>
<headerImageUrl>http://nachbaur.com/tmp/YAPCNA2011.png</headerImageUrl>
<venue title="Crowne Plaza Asheville"/>
</Event>
<Day>
<revision>1</revision>
<eventDate>2011-06-13</eventDate>
<event title="YAPC::NA 2011"/>
</Day>
<Day>
<revision>1</revision>
<eventDate>2011-06-14</eventDate>
<event title="YAPC::NA 2011"/>
</Day>
<Day>
<revision>1</revision>
<eventDate>2011-06-15</eventDate>
<event title="YAPC::NA 2011"/>
</Day>
<Session>
<revision>3</revision>
<title>Intro to Moose</title>
<summary>Moose is a postmodern object system for Perl 5 that takes the tedium out of writing object-oriented Perl. It is a key technology in the Modern Perl toolbox and is used in an ever growing number of CPAN modules and by an ever growing list of companies.
This talk will introduce you to the central concepts and features of Moose as well as show you where Moose can fit into your personal toolbox.</summary>
<startTime>2011-06-13T09:00:00</startTime>
<duration>45</duration>
<eventDay eventDate="2011-06-13" event.title="YAPC::NA 2011"/>
<track track_id="140"/>
</Session>
<Track>
<revision>1</revision>
<title>Beginner</title>
<track_id>140</track_id>
<event title="YAPC::NA 2011"/>
</Track>
<Track>
<revision>1</revision>
<title>Lightning 1</title>
<track_id>137</track_id>
<event title="YAPC::NA 2011"/>
</Track>
<Track>
<revision>1</revision>
<title>Lightning 2</title>
<track_id>138</track_id>
<event title="YAPC::NA 2011"/>
</Track>
<Track>
<revision>1</revision>
<title>Lightning 3</title>
<track_id>139</track_id>
<event title="YAPC::NA 2011"/>
</Track>
</Data>