nokogiri-happymapper 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. data/History +59 -0
  2. data/License +20 -0
  3. data/Manifest +45 -0
  4. data/README +61 -0
  5. data/Rakefile +28 -0
  6. data/TODO +0 -0
  7. data/examples/amazon.rb +34 -0
  8. data/examples/current_weather.rb +21 -0
  9. data/examples/dashed_elements.rb +20 -0
  10. data/examples/family_tree.rb +48 -0
  11. data/examples/post.rb +19 -0
  12. data/examples/twitter.rb +37 -0
  13. data/lib/happymapper.rb +157 -0
  14. data/lib/happymapper/attribute.rb +3 -0
  15. data/lib/happymapper/element.rb +3 -0
  16. data/lib/happymapper/item.rb +198 -0
  17. data/lib/happymapper/text_node.rb +3 -0
  18. data/lib/happymapper/version.rb +3 -0
  19. data/nokogiri-happymapper.gemspec +34 -0
  20. data/spec/fixtures/address.xml +8 -0
  21. data/spec/fixtures/analytics.xml +61 -0
  22. data/spec/fixtures/commit.xml +52 -0
  23. data/spec/fixtures/current_weather.xml +89 -0
  24. data/spec/fixtures/dictionary.xml +20 -0
  25. data/spec/fixtures/family_tree.xml +21 -0
  26. data/spec/fixtures/lastfm.xml +355 -0
  27. data/spec/fixtures/multiple_namespaces.xml +170 -0
  28. data/spec/fixtures/multiple_primitives.xml +5 -0
  29. data/spec/fixtures/pita.xml +133 -0
  30. data/spec/fixtures/posts.xml +23 -0
  31. data/spec/fixtures/product_default_namespace.xml +17 -0
  32. data/spec/fixtures/product_no_namespace.xml +10 -0
  33. data/spec/fixtures/product_single_namespace.xml +10 -0
  34. data/spec/fixtures/quarters.xml +19 -0
  35. data/spec/fixtures/radar.xml +21 -0
  36. data/spec/fixtures/statuses.xml +422 -0
  37. data/spec/happymapper_attribute_spec.rb +21 -0
  38. data/spec/happymapper_element_spec.rb +21 -0
  39. data/spec/happymapper_item_spec.rb +115 -0
  40. data/spec/happymapper_spec.rb +735 -0
  41. data/spec/happymapper_text_node_spec.rb +21 -0
  42. data/spec/spec.opts +1 -0
  43. data/spec/spec_helper.rb +13 -0
  44. data/website/css/common.css +47 -0
  45. data/website/index.html +98 -0
  46. metadata +120 -0
@@ -0,0 +1,20 @@
1
+ <dictionary>
2
+ <record id="000035426">
3
+ <head>sulphur-crested cockatoo</head>
4
+ <pron>
5
+ <prn>.sxlf7-kr8st7d k6k7'tu</prn>
6
+ </pron>
7
+ <body>
8
+ <chunk>
9
+ <pos>noun</pos>
10
+ <def id="915">
11
+ <dtext>a large common parrot, <bn>Cacatua galerita</bn>, predominantly white, with yellow on the undersides of wings and tail and a forward curving yellow crest, found in Australia, New Guinea and nearby islands.</dtext>
12
+ </def>
13
+ </chunk>
14
+ <variants>
15
+ <var>white <tag>cockatoo</tag></var>
16
+ <var><tag>white</tag> cockatoo</var>
17
+ </variants>
18
+ </body>
19
+ </record>
20
+ </dictionary>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <familytree xmlns="http://api.familysearch.org/familytree/v1" xmlns:fsapi-v1="http://api.familysearch.org/v1" version="1.0.20071213.942" statusMessage="OK" statusCode="200">
3
+ <persons>
4
+ <person version="1199378491000" modified="2008-01-03T09:41:31-07:00" id="KWQS-BBQ">
5
+ <information>
6
+ <alternateIds>
7
+ <id>gedcom.1B5E3087E36D814FA9CBE0BE5B3721EA</id>
8
+ <id>KWQS-BB3</id>
9
+ <id>KWQS-W23</id>
10
+ <id>KWQS-W2S</id>
11
+ <id>KWQS-W29</id>
12
+ <id>KWQM-MMM</id>
13
+ <id>KWQS-W2Q</id>
14
+ <id>KWQS-BBQ</id>
15
+ </alternateIds>
16
+ <gender>Male</gender>
17
+ <living>false</living>
18
+ </information>
19
+ </person>
20
+ </persons>
21
+ </familytree>
@@ -0,0 +1,355 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <results for="Koko" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
4
+ <opensearch:Query role="request" searchTerms="Koko" startPage="1" />
5
+ <opensearch:totalResults>37</opensearch:totalResults>
6
+ <opensearch:startIndex>0</opensearch:startIndex>
7
+ <opensearch:itemsPerPage>50</opensearch:itemsPerPage>
8
+ <venuematches>
9
+ <venue>
10
+ <id>8777134</id>
11
+ <name>Koko</name>
12
+ <location>
13
+ <city>London</city>
14
+ <country>United Kingdom</country>
15
+ <street>1a Camden High Street, Camden</street>
16
+ <postalcode>NW1 7JE</postalcode>
17
+ <geo:point>
18
+ <geo:lat>51.53469</geo:lat>
19
+ <geo:long>-0.138434</geo:long>
20
+ </geo:point>
21
+ </location>
22
+ <url>http://www.last.fm/venue/8777134</url>
23
+ </venue>
24
+ <venue>
25
+ <id>8839165</id>
26
+ <name>koko</name>
27
+ <location>
28
+ <city>Layer de la Haye</city>
29
+ <country>United Kingdom</country>
30
+ <street></street>
31
+ <postalcode></postalcode>
32
+ <geo:point>
33
+ <geo:lat>51.888862</geo:lat>
34
+ <geo:long>0.895354</geo:long>
35
+ </geo:point>
36
+ </location>
37
+ <url>http://www.last.fm/venue/8839165</url>
38
+ </venue>
39
+ <venue>
40
+ <id>8923849</id>
41
+ <name>Koko's</name>
42
+ <location>
43
+ <city>Burnley</city>
44
+ <country>United Kingdom</country>
45
+ <street></street>
46
+ <postalcode></postalcode>
47
+ <geo:point>
48
+ <geo:lat>53.787316</geo:lat>
49
+ <geo:long>-2.2437</geo:long>
50
+ </geo:point>
51
+ </location>
52
+ <url>http://www.last.fm/venue/8923849</url>
53
+ </venue>
54
+ <venue>
55
+ <id>8965110</id>
56
+ <name>koko</name>
57
+ <location>
58
+ <city>London</city>
59
+ <country>United Kingdom</country>
60
+ <street></street>
61
+ <postalcode></postalcode>
62
+ <geo:point>
63
+ <geo:lat>51.53469</geo:lat>
64
+ <geo:long>-0.138434</geo:long>
65
+ </geo:point>
66
+ </location>
67
+ <url>http://www.last.fm/venue/8965110</url>
68
+ </venue>
69
+ <venue>
70
+ <id>8971623</id>
71
+ <name>Koko</name>
72
+ <location>
73
+ <city>Castelletto Cervo-Biella</city>
74
+ <country>Italy</country>
75
+ <street></street>
76
+ <postalcode></postalcode>
77
+ <geo:point>
78
+ <geo:lat>45.467809</geo:lat>
79
+ <geo:long>8.460168</geo:long>
80
+ </geo:point>
81
+ </location>
82
+ <url>http://www.last.fm/venue/8971623</url>
83
+ </venue>
84
+ <venue>
85
+ <id>8989111</id>
86
+ <name>Koko</name>
87
+ <location>
88
+ <city>Camden, London</city>
89
+ <country>United Kingdom</country>
90
+ <street></street>
91
+ <postalcode></postalcode>
92
+ <geo:point>
93
+ <geo:lat>51.53469</geo:lat>
94
+ <geo:long>-0.138434</geo:long>
95
+ </geo:point>
96
+ </location>
97
+ <url>http://www.last.fm/venue/8989111</url>
98
+ </venue>
99
+ <venue>
100
+ <id>8997379</id>
101
+ <name>koko</name>
102
+ <location>
103
+ <city>Castelletto</city>
104
+ <country>Italy</country>
105
+ <street></street>
106
+ <postalcode></postalcode>
107
+ <geo:point>
108
+ <geo:lat>45.5833333</geo:lat>
109
+ <geo:long>8.5833333</geo:long>
110
+ </geo:point>
111
+ </location>
112
+ <url>http://www.last.fm/venue/8997379</url>
113
+ </venue>
114
+ <venue>
115
+ <id>8877867</id>
116
+ <name>Koko Teatteri</name>
117
+ <location>
118
+ <city>Helsinki</city>
119
+ <country>Finland</country>
120
+ <street></street>
121
+ <postalcode></postalcode>
122
+ <geo:point>
123
+ <geo:lat>60.175745</geo:lat>
124
+ <geo:long>24.950355</geo:long>
125
+ </geo:point>
126
+ </location>
127
+ <url>http://www.last.fm/venue/8877867</url>
128
+ </venue>
129
+ <venue>
130
+ <id>8906962</id>
131
+ <name>Koko Gorilaz</name>
132
+ <location>
133
+ <city>Cardiff</city>
134
+ <country>United Kingdom</country>
135
+ <street></street>
136
+ <postalcode></postalcode>
137
+ <geo:point>
138
+ <geo:lat>51.480283</geo:lat>
139
+ <geo:long>-3.173233</geo:long>
140
+ </geo:point>
141
+ </location>
142
+ <url>http://www.last.fm/venue/8906962</url>
143
+ </venue>
144
+ <venue>
145
+ <id>8913762</id>
146
+ <name>Koko Cocktails</name>
147
+ <location>
148
+ <city>San Francisco, CA</city>
149
+ <country>United States</country>
150
+ <street></street>
151
+ <postalcode></postalcode>
152
+ <geo:point>
153
+ <geo:lat>37.785804</geo:lat>
154
+ <geo:long>-122.420718</geo:long>
155
+ </geo:point>
156
+ </location>
157
+ <url>http://www.last.fm/venue/8913762</url>
158
+ </venue>
159
+ <venue>
160
+ <id>8960307</id>
161
+ <name>koko, camden</name>
162
+ <location>
163
+ <city>london</city>
164
+ <country>United Kingdom</country>
165
+ <street></street>
166
+ <postalcode></postalcode>
167
+ <geo:point>
168
+ <geo:lat>51.53469</geo:lat>
169
+ <geo:long>-0.138434</geo:long>
170
+ </geo:point>
171
+ </location>
172
+ <url>http://www.last.fm/venue/8960307</url>
173
+ </venue>
174
+ <venue>
175
+ <id>8972179</id>
176
+ <name>koko club</name>
177
+ <location>
178
+ <city>Castelletto Cervo (Biella)</city>
179
+ <country>Italy</country>
180
+ <street></street>
181
+ <postalcode></postalcode>
182
+ <geo:point>
183
+ <geo:lat>45.5833333</geo:lat>
184
+ <geo:long>8.5833333</geo:long>
185
+ </geo:point>
186
+ </location>
187
+ <url>http://www.last.fm/venue/8972179</url>
188
+ </venue>
189
+ <venue>
190
+ <id>8987071</id>
191
+ <name>Koko Club</name>
192
+ <location>
193
+ <city>London</city>
194
+ <country>United Kingdom</country>
195
+ <street></street>
196
+ <postalcode></postalcode>
197
+ <geo:point>
198
+ <geo:lat>51.53469</geo:lat>
199
+ <geo:long>-0.138434</geo:long>
200
+ </geo:point>
201
+ </location>
202
+ <url>http://www.last.fm/venue/8987071</url>
203
+ </venue>
204
+ <venue>
205
+ <id>8996214</id>
206
+ <name>Koko Gorillaz</name>
207
+ <location>
208
+ <city>Roath, Cardiff</city>
209
+ <country>United Kingdom</country>
210
+ <street></street>
211
+ <postalcode></postalcode>
212
+ <geo:point>
213
+ <geo:lat>51.485545</geo:lat>
214
+ <geo:long>-3.193589</geo:long>
215
+ </geo:point>
216
+ </location>
217
+ <url>http://www.last.fm/venue/8996214</url>
218
+ </venue>
219
+ <venue>
220
+ <id>9011083</id>
221
+ <name>Koko Club</name>
222
+ <location>
223
+ <city>Castelletto (BI)</city>
224
+ <country>Italy</country>
225
+ <street></street>
226
+ <postalcode></postalcode>
227
+ <geo:point>
228
+ <geo:lat>45.4</geo:lat>
229
+ <geo:long>8.9333333</geo:long>
230
+ </geo:point>
231
+ </location>
232
+ <url>http://www.last.fm/venue/9011083</url>
233
+ </venue>
234
+ <venue>
235
+ <id>9011085</id>
236
+ <name>Koko Club</name>
237
+ <location>
238
+ <city>Castelletto Cervo (BI)</city>
239
+ <country>Italy</country>
240
+ <street>VIA PER COSSATO / A4 USCITA BALOCCO</street>
241
+ <postalcode></postalcode>
242
+ <geo:point>
243
+ <geo:lat>45.5833333</geo:lat>
244
+ <geo:long>8.5833333</geo:long>
245
+ </geo:point>
246
+ </location>
247
+ <url>http://www.last.fm/venue/9011085</url>
248
+ </venue>
249
+ <venue>
250
+ <id>9016513</id>
251
+ <name>KOKO Bar</name>
252
+ <location>
253
+ <city>Katowice</city>
254
+ <country>Poland</country>
255
+ <street>ul. 3go Maja 23</street>
256
+ <postalcode></postalcode>
257
+ <geo:point>
258
+ <geo:lat>50.2302967966042</geo:lat>
259
+ <geo:long>19.0139007568359</geo:long>
260
+ </geo:point>
261
+ </location>
262
+ <url>http://www.last.fm/venue/9016513</url>
263
+ </venue>
264
+ <venue>
265
+ <id>8870061</id>
266
+ <name>KokoTeatteri</name>
267
+ <location>
268
+ <city>Helsinki</city>
269
+ <country>Finland</country>
270
+ <street>Siltavuorenranta 18</street>
271
+ <postalcode></postalcode>
272
+ <geo:point>
273
+ <geo:lat>60.175745</geo:lat>
274
+ <geo:long>24.950355</geo:long>
275
+ </geo:point>
276
+ </location>
277
+ <url>http://www.last.fm/venue/8870061</url>
278
+ </venue>
279
+ <venue>
280
+ <id>8877869</id>
281
+ <name>KokoTeatteri</name>
282
+ <location>
283
+ <city>Helsinki</city>
284
+ <country>Finland</country>
285
+ <street></street>
286
+ <postalcode></postalcode>
287
+ <geo:point>
288
+ <geo:lat>60.175745</geo:lat>
289
+ <geo:long>24.950355</geo:long>
290
+ </geo:point>
291
+ </location>
292
+ <url>http://www.last.fm/venue/8877869</url>
293
+ </venue>
294
+ <venue>
295
+ <id>8951971</id>
296
+ <name>Bajka/Koko-Bongo</name>
297
+ <location>
298
+ <city>Mielno</city>
299
+ <country>Poland</country>
300
+ <street></street>
301
+ <postalcode></postalcode>
302
+ <geo:point>
303
+ <geo:lat>54.3</geo:lat>
304
+ <geo:long>17.1166667</geo:long>
305
+ </geo:point>
306
+ </location>
307
+ <url>http://www.last.fm/venue/8951971</url>
308
+ </venue>
309
+ <venue>
310
+ <id>8958085</id>
311
+ <name>Bajka/Koko-Bongo</name>
312
+ <location>
313
+ <city>Mielno</city>
314
+ <country>Poland</country>
315
+ <street></street>
316
+ <postalcode></postalcode>
317
+ <geo:point>
318
+ <geo:lat>54.2666667</geo:lat>
319
+ <geo:long>16.05</geo:long>
320
+ </geo:point>
321
+ </location>
322
+ <url>http://www.last.fm/venue/8958085</url>
323
+ </venue>
324
+ <venue>
325
+ <id>9017902</id>
326
+ <name>Klub Bajka/Koko-Bongo</name>
327
+ <location>
328
+ <city>Mielno</city>
329
+ <country>Poland</country>
330
+ <street></street>
331
+ <postalcode></postalcode>
332
+ <geo:point>
333
+ <geo:lat>54.2666667</geo:lat>
334
+ <geo:long>16.05</geo:long>
335
+ </geo:point>
336
+ </location>
337
+ <url>http://www.last.fm/venue/9017902</url>
338
+ </venue>
339
+ <venue>
340
+ <id>8965534</id>
341
+ <name>KOKO, 1a Camden High Street</name>
342
+ <location>
343
+ <city>London</city>
344
+ <country>United Kingdom</country>
345
+ <street></street>
346
+ <postalcode></postalcode>
347
+ <geo:point>
348
+ <geo:lat>51.541474</geo:lat>
349
+ <geo:long>-0.145325</geo:long>
350
+ </geo:point>
351
+ </location>
352
+ <url>http://www.last.fm/venue/8965534</url>
353
+ </venue>
354
+ </venuematches>
355
+ </results></lfm>
@@ -0,0 +1,170 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <v2:TrackReply xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:v2='http://fedex.com/ws/track/v2'>
3
+ <v2:HighestSeverity>SUCCESS</v2:HighestSeverity>
4
+ <v2:Notifications>
5
+ <v2:Severity>SUCCESS</v2:Severity>
6
+ <v2:Source>trck</v2:Source>
7
+ <v2:Code>0</v2:Code>
8
+ <v2:Message>Request was successfully processed.</v2:Message>
9
+ <v2:LocalizedMessage>Request was successfully processed.</v2:LocalizedMessage>
10
+ </v2:Notifications>
11
+ <ns:TransactionDetail xmlns:ns='http://fedex.com/ws/track/v2'>
12
+ <ns:CustomerTransactionId>20090102-111321</ns:CustomerTransactionId>
13
+ </ns:TransactionDetail>
14
+ <ns:Version xmlns:ns='http://fedex.com/ws/track/v2'>
15
+ <ns:ServiceId>trck</ns:ServiceId>
16
+ <ns:Major>2</ns:Major>
17
+ <ns:Intermediate>0</ns:Intermediate>
18
+ <ns:Minor>0</ns:Minor>
19
+ </ns:Version>
20
+ <v2:DuplicateWaybill>false</v2:DuplicateWaybill>
21
+ <v2:MoreData>false</v2:MoreData>
22
+ <v2:TrackDetails>
23
+ <v2:TrackingNumber>9611018034267800045212</v2:TrackingNumber>
24
+ <v2:TrackingNumberUniqueIdentifier>120081227094248461000~034267800045212</v2:TrackingNumberUniqueIdentifier>
25
+ <v2:StatusCode>OD</v2:StatusCode>
26
+ <v2:StatusDescription>On FedEx vehicle for delivery</v2:StatusDescription>
27
+ <v2:CarrierCode>FDXG</v2:CarrierCode>
28
+ <v2:ServiceInfo>Ground-Package Returns Program-Domestic</v2:ServiceInfo>
29
+ <v2:PackageWeight>
30
+ <v2:Units>LB</v2:Units>
31
+ <v2:Value>2.6</v2:Value>
32
+ </v2:PackageWeight>
33
+ <v2:Packaging>Package</v2:Packaging>
34
+ <v2:PackageSequenceNumber>1</v2:PackageSequenceNumber>
35
+ <v2:PackageCount>1</v2:PackageCount>
36
+ <v2:OriginLocationAddress>
37
+ <v2:City>SANFORD</v2:City>
38
+ <v2:StateOrProvinceCode>FL</v2:StateOrProvinceCode>
39
+ <v2:CountryCode>US</v2:CountryCode>
40
+ <v2:Residential>false</v2:Residential>
41
+ </v2:OriginLocationAddress>
42
+ <v2:ShipTimestamp>2008-12-29T00:00:00</v2:ShipTimestamp>
43
+ <v2:EstimatedDeliveryTimestamp>2009-01-02T00:00:00</v2:EstimatedDeliveryTimestamp>
44
+ <v2:SignatureProofOfDeliveryAvailable>false</v2:SignatureProofOfDeliveryAvailable>
45
+ <v2:ProofOfDeliveryNotificationsAvailable>true</v2:ProofOfDeliveryNotificationsAvailable>
46
+ <v2:ExceptionNotificationsAvailable>true</v2:ExceptionNotificationsAvailable>
47
+ <v2:Events>
48
+ <v2:Timestamp>2009-01-02T06:00:00</v2:Timestamp>
49
+ <v2:EventType>OD</v2:EventType>
50
+ <v2:EventDescription>On FedEx vehicle for delivery</v2:EventDescription>
51
+ <v2:Address>
52
+ <v2:City>WICHITA</v2:City>
53
+ <v2:StateOrProvinceCode>KS</v2:StateOrProvinceCode>
54
+ <v2:PostalCode>67226</v2:PostalCode>
55
+ <v2:CountryCode>US</v2:CountryCode>
56
+ <v2:Residential>false</v2:Residential>
57
+ </v2:Address>
58
+ </v2:Events>
59
+ <v2:Events>
60
+ <v2:Timestamp>2009-01-02T01:17:32</v2:Timestamp>
61
+ <v2:EventType>AR</v2:EventType>
62
+ <v2:EventDescription>At local FedEx facility</v2:EventDescription>
63
+ <v2:Address>
64
+ <v2:City>WICHITA</v2:City>
65
+ <v2:StateOrProvinceCode>KS</v2:StateOrProvinceCode>
66
+ <v2:PostalCode>67226</v2:PostalCode>
67
+ <v2:CountryCode>US</v2:CountryCode>
68
+ <v2:Residential>false</v2:Residential>
69
+ </v2:Address>
70
+ </v2:Events>
71
+ <v2:Events>
72
+ <v2:Timestamp>2009-01-01T21:49:49</v2:Timestamp>
73
+ <v2:EventType>DP</v2:EventType>
74
+ <v2:EventDescription>Departed FedEx location</v2:EventDescription>
75
+ <v2:Address>
76
+ <v2:City>LENEXA</v2:City>
77
+ <v2:StateOrProvinceCode>KS</v2:StateOrProvinceCode>
78
+ <v2:PostalCode>66227</v2:PostalCode>
79
+ <v2:CountryCode>US</v2:CountryCode>
80
+ <v2:Residential>false</v2:Residential>
81
+ </v2:Address>
82
+ </v2:Events>
83
+ <v2:Events>
84
+ <v2:Timestamp>2008-12-31T16:19:00</v2:Timestamp>
85
+ <v2:EventType>AR</v2:EventType>
86
+ <v2:EventDescription>Arrived at FedEx location</v2:EventDescription>
87
+ <v2:Address>
88
+ <v2:City>LENEXA</v2:City>
89
+ <v2:StateOrProvinceCode>KS</v2:StateOrProvinceCode>
90
+ <v2:PostalCode>66227</v2:PostalCode>
91
+ <v2:CountryCode>US</v2:CountryCode>
92
+ <v2:Residential>false</v2:Residential>
93
+ </v2:Address>
94
+ </v2:Events>
95
+ <v2:Events>
96
+ <v2:Timestamp>2008-12-30T11:01:23</v2:Timestamp>
97
+ <v2:EventType>DP</v2:EventType>
98
+ <v2:EventDescription>Departed FedEx location</v2:EventDescription>
99
+ <v2:Address>
100
+ <v2:City>ORLANDO</v2:City>
101
+ <v2:StateOrProvinceCode>FL</v2:StateOrProvinceCode>
102
+ <v2:PostalCode>32809</v2:PostalCode>
103
+ <v2:CountryCode>US</v2:CountryCode>
104
+ <v2:Residential>false</v2:Residential>
105
+ </v2:Address>
106
+ </v2:Events>
107
+ <v2:Events>
108
+ <v2:Timestamp>2008-12-30T05:00:00</v2:Timestamp>
109
+ <v2:EventType>AR</v2:EventType>
110
+ <v2:EventDescription>Arrived at FedEx location</v2:EventDescription>
111
+ <v2:Address>
112
+ <v2:City>ORLANDO</v2:City>
113
+ <v2:StateOrProvinceCode>FL</v2:StateOrProvinceCode>
114
+ <v2:PostalCode>32809</v2:PostalCode>
115
+ <v2:CountryCode>US</v2:CountryCode>
116
+ <v2:Residential>false</v2:Residential>
117
+ </v2:Address>
118
+ </v2:Events>
119
+ <v2:Events>
120
+ <v2:Timestamp>2008-12-30T03:16:33</v2:Timestamp>
121
+ <v2:EventType>DP</v2:EventType>
122
+ <v2:EventDescription>Left FedEx origin facility</v2:EventDescription>
123
+ <v2:Address>
124
+ <v2:City>SANFORD</v2:City>
125
+ <v2:StateOrProvinceCode>FL</v2:StateOrProvinceCode>
126
+ <v2:PostalCode>32771</v2:PostalCode>
127
+ <v2:CountryCode>US</v2:CountryCode>
128
+ <v2:Residential>false</v2:Residential>
129
+ </v2:Address>
130
+ </v2:Events>
131
+ <v2:Events>
132
+ <v2:Timestamp>2008-12-29T22:46:00</v2:Timestamp>
133
+ <v2:EventType>AR</v2:EventType>
134
+ <v2:EventDescription>Arrived at FedEx location</v2:EventDescription>
135
+ <v2:Address>
136
+ <v2:City>SANFORD</v2:City>
137
+ <v2:StateOrProvinceCode>FL</v2:StateOrProvinceCode>
138
+ <v2:PostalCode>32771</v2:PostalCode>
139
+ <v2:CountryCode>US</v2:CountryCode>
140
+ <v2:Residential>false</v2:Residential>
141
+ </v2:Address>
142
+ </v2:Events>
143
+ <v2:Events>
144
+ <v2:Timestamp>2008-12-29T17:12:00</v2:Timestamp>
145
+ <v2:EventType>PU</v2:EventType>
146
+ <v2:EventDescription>Picked up</v2:EventDescription>
147
+ <v2:Address>
148
+ <v2:City>SANFORD</v2:City>
149
+ <v2:StateOrProvinceCode>FL</v2:StateOrProvinceCode>
150
+ <v2:PostalCode>32771</v2:PostalCode>
151
+ <v2:CountryCode>US</v2:CountryCode>
152
+ <v2:Residential>false</v2:Residential>
153
+ </v2:Address>
154
+ </v2:Events>
155
+ <v2:Events>
156
+ <v2:Timestamp>2008-12-27T09:40:00</v2:Timestamp>
157
+ <v2:EventType>IP</v2:EventType>
158
+ <v2:EventDescription>In FedEx possession</v2:EventDescription>
159
+ <v2:StatusExceptionCode>084</v2:StatusExceptionCode>
160
+ <v2:StatusExceptionDescription>Tendered at FedEx location</v2:StatusExceptionDescription>
161
+ <v2:Address>
162
+ <v2:City>LONGWOOD</v2:City>
163
+ <v2:StateOrProvinceCode>FL</v2:StateOrProvinceCode>
164
+ <v2:PostalCode>327506398</v2:PostalCode>
165
+ <v2:CountryCode>US</v2:CountryCode>
166
+ <v2:Residential>false</v2:Residential>
167
+ </v2:Address>
168
+ </v2:Events>
169
+ </v2:TrackDetails>
170
+ </v2:TrackReply>