-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog_20048939.xml
681 lines (659 loc) · 29.7 KB
/
catalog_20048939.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="catalog_20048939.css" type="text/css"?>
<store xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="catalog_20048939.xsd">
<!-- header section includes navigation bar -->
<header>
<store-logo-logo>
<store-logo/>
<store-name>GiftMandu</store-name>
</store-logo-logo>
<nav>
<a href='#'>Home</a>
<a href='#'>Services</a>
<a href='#'>About</a>
<a href='#'>Contact</a>
</nav>
<button>Login</button>
</header>
<!-- header setion ends -->
<!-- home section includes landing page -->
<home>
<home-desc>Buy, Send & Redeem Gift Cards Today!!!</home-desc>
<icons><icon-amazon/><icon-google/><icon-apple/><icon-spotify/><icon-starbucks/><icon-xbox/></icons>
</home>
<!-- end of home section -->
<!-- gifcards section includes all-together 14 giftcards with its details -->
<giftcards>
<giftcard id="gc01amzn" company="Amazon" type="Online"> <!-- data type of the giftcard is set to ID, so id of the giftcard cannot repeat -->
<image/><!-- displays image of the gift card -->
<giftcard-details>
<giftcard-name>Amazon eGift Card</giftcard-name>
<property-code>
<label>Card Code:</label>
<code-number>gc01amzn</code-number>
</property-code>
<property-type>
<label>Type:</label>
<type>Online</type>
</property-type>
<property-cost>
<label>Price: </label>
<cost currency="British Pound">38.48</cost><!-- default currency is set to British Pound -->
</property-cost>
<property-validity>
<label>Validity:</label>
<validity>2023-09-10</validity>
</property-validity>
<property-nou>
<label>Users:</label>
<number-of-users>1198</number-of-users>
</property-nou>
<property-rating>
<label>Rating:</label>
<rating>4.8</rating>
</property-rating>
<property-region>
<label>Available-in:</label>
<region>UK Only</region>
</property-region>
<property-stock>
<label>Stock:</label>
<stock stock-left="10">In stock</stock>
</property-stock>
<about-card>
<label>Description:</label>
<description is_returnable="no">
<![CDATA[This Gift Card can be used to buy millions of qualifying items and services from Amazon.com Services LLC and its affiliates on www.amazon.com or one of its connected sites, such as smile.amazon.com.]]></description>
</about-card>
</giftcard-details>
<delivery>Free Delivery</delivery><!-- delivery element is optional, so it can be set on some selected gift cards -->
<discount><!-- discount element is optional, so it can be set on some selected cards ie. discount is not compulsary for all gift cards -->
<discount-percentage>10</discount-percentage>
<label>% OFF</label>
</discount>
</giftcard>
<giftcard id="gc02appl" company="Apple" type="Online, Physical">
<image/>
<giftcard-details>
<giftcard-name>Apple Gift Card</giftcard-name>
<property-code>
<label>Card Code:</label>
<code-number>gc02appl</code-number>
</property-code>
<property-type>
<label>Type:</label>
<type>Online, Physical</type>
</property-type>
<property-cost>
<label>Price: </label>
<cost currency="British Pound">76.96</cost>
</property-cost>
<property-validity>
<label>Validity:</label>
<validity>2024-12-01</validity>
</property-validity>
<property-nou>
<label>Users:</label>
<number-of-users>23980</number-of-users>
</property-nou>
<property-rating>
<label>Rating:</label>
<rating>4.7</rating>
</property-rating>
<property-region>
<label>Available-in:</label>
<region>All Countries</region>
</property-region>
<property-stock>
<label>Stock:</label>
<stock stock-left="12">In stock</stock>
</property-stock>
<about-card>
<label>Description:</label>
<description is_returnable="no"><![CDATA[Purchase items and accessories with your Apple Gift Card at an Apple Store. You may also use it on the App Store to buy apps, subscriptions like Apple Music or iCloud+, and purchases from apple.com.]]></description>
</about-card>
</giftcard-details>
<delivery>Free Delivery</delivery>
</giftcard>
<giftcard id="gc03bby" company="Best Buy" type="Physical">
<image/>
<giftcard-details>
<giftcard-name>Best Buy Gift Card</giftcard-name>
<property-code>
<label>Card Code:</label>
<code-number>gc03bby</code-number>
</property-code>
<property-type>
<label>Type:</label>
<type>Physical</type>
</property-type>
<property-cost>
<label>Price: </label>
<cost currency="British Pound">384.82</cost>
</property-cost>
<property-nou>
<label>Users:</label>
<number-of-users>12991</number-of-users>
</property-nou>
<property-rating>
<label>Rating:</label>
<rating>3.8</rating>
</property-rating>
<property-region>
<label>Available-in:</label>
<region>UK Only</region>
</property-region>
<property-stock>
<label>Stock:</label>
<stock stock-left="15">In stock</stock>
</property-stock>
<about-card>
<label>Description:</label>
<description is_returnable="no"><![CDATA[Gift cards from Best Buy can only be used to buy items and services in shops, as stated in the terms and restrictions.]]></description>
</about-card>
</giftcard-details>
<discount>
<discount-percentage>5</discount-percentage>
<label>% OFF</label>
</discount>
</giftcard>
<giftcard id="gc04eby" company="eBay" type="Online">
<image/>
<giftcard-details>
<giftcard-name>eBay eGift Card</giftcard-name>
<property-code>
<label>Card Code:</label>
<code-number>gc04eby</code-number>
</property-code>
<property-type>
<label>Type:</label>
<type>Online</type>
</property-type>
<property-cost>
<label>Price: </label>
<cost currency="British Pound">153.93</cost>
</property-cost>
<property-validity>
<label>Validity:</label>
<validity>2023-06-06</validity>
</property-validity>
<property-nou>
<label>Users:</label>
<number-of-users>34045</number-of-users>
</property-nou>
<property-rating>
<label>Rating:</label>
<rating>4.1</rating>
</property-rating>
<property-region>
<label>Available-in:</label>
<region>All Countries</region>
</property-region>
<property-stock>
<label>Stock:</label>
<stock stock-left="9">In stock</stock>
</property-stock>
<about-card>
<label>Description:</label>
<description is_returnable="no"><![CDATA[eBay Gift Cards are the Perfect Gift, Every Time. Use the eBay Gift Card to shop from millions of items in Electronics, Toys, Motors, Fashion, Home & Garden, Art, Collectibles, Sporting Goods and everything in-between.]]></description>
</about-card>
</giftcard-details>
<discount>
<discount-percentage>20</discount-percentage>
<label>% OFF</label>
</discount>
</giftcard>
<giftcard id="gc05ggl" company="Google" type="Online">
<image/>
<giftcard-details>
<giftcard-name>Google Play Gift Card</giftcard-name>
<property-code>
<label>Card Code:</label>
<code-number>gc05ggl</code-number>
</property-code>
<property-type>
<label>Type:</label>
<type>Online</type>
</property-type>
<property-cost>
<label>Price: </label>
<cost currency="British Pound">769.64</cost>
</property-cost>
<property-validity>
<label>Validity:</label>
<validity>2025-01-30</validity>
</property-validity>
<property-nou>
<label>Users:</label>
<number-of-users>95088</number-of-users>
</property-nou>
<property-rating>
<label>Rating:</label>
<rating>4.9</rating>
</property-rating>
<property-region>
<label>Available-in:</label>
<region>All Countries</region>
</property-region>
<property-stock>
<label>Stock:</label>
<stock stock-left="8">In stock</stock>
</property-stock>
<about-card>
<label>Description:</label>
<description is_returnable="no"><![CDATA[A Google Play Gift Card is a digital gift card that has a monetary value pre-loaded on it. This eGift card may be used to buy Google Play items and redeem games at www.googleplay.com.]]></description>
</about-card>
</giftcard-details>
</giftcard>
<giftcard id="gc06hnm" company="HnM" type="Online, Physical">
<image/>
<giftcard-details>
<giftcard-name>H&M Gift Card</giftcard-name>
<property-code>
<label>Card Code:</label>
<code-number>gc06hnm</code-number>
</property-code>
<property-type>
<label>Type:</label>
<type>Online, Physical</type>
</property-type>
<property-cost>
<label>Price: </label>
<cost currency="British Pound">19.24</cost>
</property-cost>
<property-nou>
<label>Users:</label>
<number-of-users>1134</number-of-users>
</property-nou>
<property-region>
<label>Available-in:</label>
<region>UK Only</region>
</property-region>
<property-stock>
<label>Stock:</label>
<stock stock-left="55">In stock</stock>
</property-stock>
<about-card>
<label>Description:</label>
<description is_returnable="no"><![CDATA[This H&M Gift Card may be used to purchase products or services exclusively at H&M in the UK, as well as at hm.com in the UK.]]></description>
</about-card>
</giftcard-details>
<delivery>Free Delivery</delivery>
</giftcard>
<giftcard id="gc07mcdnls" company="McDonalds" type="Physical">
<image/>
<giftcard-details>
<giftcard-name>McDonald's Gift Voucher</giftcard-name>
<property-code>
<label>Card Code:</label>
<code-number>gc07mcdnls</code-number>
</property-code>
<property-type>
<label>Type:</label>
<type>Physical</type>
</property-type>
<property-cost>
<label>Price: </label>
<cost currency="British Pound">19.24</cost>
</property-cost>
<property-validity>
<label>Validity:</label>
<validity>2022-05-30</validity>
</property-validity>
<property-nou>
<label>Users:</label>
<number-of-users>22000</number-of-users>
</property-nou>
<property-rating>
<label>Rating:</label>
<rating>3.5</rating>
</property-rating>
<property-region>
<label>Available-in:</label>
<region>All Countries</region>
</property-region>
<property-stock>
<label>Stock:</label>
<stock stock-left="34">In stock</stock>
</property-stock>
<about-card>
<label>Description:</label>
<description is_returnable="no"><![CDATA[McDonald's gift cards make paying for your meal simple. A McDonald's gift card, also known as the Arch Card, can be used for all purchases at participating McDonald's restaurants instead of carrying cash.]]></description>
</about-card>
</giftcard-details>
</giftcard>
<giftcard id="gc08nik" company="Nike" type="Online, Physical">
<image/>
<giftcard-details>
<giftcard-name>Nike Gift Card</giftcard-name>
<property-code>
<label>Card Code:</label>
<code-number>gc08nik</code-number>
</property-code>
<property-type>
<label>Type:</label>
<type>Online, Physical</type>
</property-type>
<property-cost>
<label>Price: </label>
<cost currency="British Pound">38.48</cost>
</property-cost>
<property-nou>
<label>Users:</label>
<number-of-users>2390</number-of-users>
</property-nou>
<property-rating>
<label>Rating:</label>
<rating>4.1</rating>
</property-rating>
<property-region>
<label>Available-in:</label>
<region>All Countries</region>
</property-region>
<property-stock>
<label>Stock:</label>
<stock stock-left="32">In stock</stock>
</property-stock>
<about-card>
<label>Description:</label>
<description is_returnable="no"><![CDATA[This gift card grants access to a vast selection of footwear, clothes, and equipment. Gift Cards are usable in all countries at Nike.com, Converse.com, and select Nike and Converse-owned retail locations.]]></description>
</about-card>
</giftcard-details>
</giftcard>
<giftcard id="gc09pstn" company="PlayStation" type="Online, Physical">
<image/>
<giftcard-details>
<giftcard-name>PlayStation Gift Card</giftcard-name>
<property-code>
<label>Card Code:</label>
<code-number>gc09pstn</code-number>
</property-code>
<property-type>
<label>Type:</label>
<type>Online, Physical</type>
</property-type>
<property-cost>
<label>Price: </label>
<cost currency="British Pound">76.96</cost>
</property-cost>
<property-validity>
<label>Validity:</label>
<validity>2023-01-10</validity>
</property-validity>
<property-nou>
<label>Users:</label>
<number-of-users>8093</number-of-users>
</property-nou>
<property-rating>
<label>Rating:</label>
<rating>4</rating>
</property-rating>
<property-region>
<label>Available-in:</label>
<region>All Countries</region>
</property-region>
<property-stock>
<label>Stock:</label>
<stock stock-left="27">In stock</stock>
</property-stock>
<about-card>
<label>Description:</label>
<description is_returnable="no"><![CDATA[It can be used to buy anything on the PlayStation Store. Thousands of games, add-ons, memberships, and other options are available. Purchases can be downloaded remotely. Purchases may be added to your download queue from anywhere on the internet, allowing you to begin playing sooner.]]></description>
</about-card>
</giftcard-details>
</giftcard>
<giftcard id="gc10spfy" company="Spotify" type="Online">
<image/>
<giftcard-details>
<giftcard-name>Spotify Gift Card</giftcard-name>
<property-code>
<label>Card Code:</label>
<code-number>gc10spfy</code-number>
</property-code>
<property-type>
<label>Type:</label>
<type>Online</type>
</property-type>
<property-cost>
<label>Price: </label>
<cost currency="British Pound">46.18</cost>
</property-cost>
<property-validity>
<label>Validity:</label>
<validity>2023-05-19 </validity>
</property-validity>
<property-nou>
<label>Users:</label>
<number-of-users>33012</number-of-users>
</property-nou>
<property-region>
<label>Available-in:</label>
<region>All Countries</region>
</property-region>
<property-stock>
<label>Stock:</label>
<stock stock-left="78">In stock</stock>
</property-stock>
<about-card>
<label>Description:</label>
<description is_returnable="no"><![CDATA[With a Spotify eGift Card, you can give someone Premium access to Spotify. Enjoy ad-free, high-quality music without interruptions. Listen to your music offline on any device with unlimited skips.]]></description>
</about-card>
</giftcard-details>
<discount>
<discount-percentage>25</discount-percentage>
<label>% OFF</label>
</discount>
</giftcard>
<giftcard id="gc11sbcks" company="Starbucks" type="Physical">
<image/>
<giftcard-details>
<giftcard-name>Starbucks In-Store Gift Card</giftcard-name>
<property-code>
<label>Card Code:</label>
<code-number>gc11sbcks</code-number>
</property-code>
<property-type>
<label>Type:</label>
<type>Physical</type>
</property-type>
<property-cost>
<label>Price: </label>
<cost currency="British Pound">11.54</cost>
</property-cost>
<property-validity>
<label>Validity:</label>
<validity>2022-05-30</validity>
</property-validity>
<property-nou>
<label>Users:</label>
<number-of-users>43201</number-of-users>
</property-nou>
<property-rating>
<label>Rating:</label>
<rating>4.3</rating>
</property-rating>
<property-region>
<label>Available-in:</label>
<region>All Countries</region>
</property-region>
<property-stock>
<label>Stock:</label>
<stock stock-left="4">In stock</stock>
</property-stock>
<about-card>
<label>Description:</label>
<description is_returnable="no"><![CDATA[The easiest way to make someone feel special is to give them a Starbucks Gift Card. The ideal gift for birthdays, thank you notes, or any other occasion. Everyone enjoys receiving Starbucks. They may be used to buy food and drinks in-store right away.]]></description>
</about-card>
</giftcard-details>
<delivery>Free Delivery</delivery>
</giftcard>
<giftcard id="gc12stm" company="Steam" type="Online">
<image/>
<giftcard-details>
<giftcard-name>Steam Gift Card</giftcard-name>
<property-code>
<label>Card Code:</label>
<code-number>gc12stm</code-number>
</property-code>
<property-type>
<label>Type:</label>
<type>Online</type>
</property-type>
<property-cost>
<label>Price: </label>
<cost currency="British Pound">23.09</cost>
</property-cost>
<property-validity>
<label>Validity:</label>
<validity>2022-09-12</validity>
</property-validity>
<property-nou>
<label>Users:</label>
<number-of-users>110378</number-of-users>
</property-nou>
<property-rating>
<label>Rating:</label>
<rating>5</rating>
</property-rating>
<property-region>
<label>Available-in:</label>
<region>All Countries</region>
</property-region>
<property-stock>
<label>Stock:</label>
<stock stock-left="29">In stock</stock>
</property-stock>
<about-card>
<label>Description:</label>
<description is_returnable="no"><![CDATA[A Steam card is a gift card that can be used to get credit on Steam. Steam cards provide credit that may be used to purchase games, downloadable content, and in-game stuff.]]></description>
</about-card>
</giftcard-details>
</giftcard>
<giftcard id="gc13ubr" company="Uber Eats" type="Online">
<image/>
<giftcard-details>
<giftcard-name>Uber Eats Gift Card</giftcard-name>
<property-code>
<label>Card Code:</label>
<code-number>gc13ubr</code-number>
</property-code>
<property-type>
<label>Type:</label>
<type>Online</type>
</property-type>
<property-cost>
<label>Price: </label>
<cost currency="British Pound">38.48</cost>
</property-cost>
<property-validity>
<label>Validity:</label>
<validity>2022-08-18</validity>
</property-validity>
<property-nou>
<label>Users:</label>
<number-of-users>1355</number-of-users>
</property-nou>
<property-rating>
<label>Rating:</label>
<rating>4.7</rating>
</property-rating>
<property-region>
<label>Available-in:</label>
<region>UK Only</region>
</property-region>
<property-stock>
<label>Stock:</label>
<stock stock-left="0">Out of stock</stock>
</property-stock>
<about-card>
<label>Description:</label>
<description is_returnable="no"><![CDATA[Uber Eats gift cards are a terrific culinary present for friends and family members, since they may order a snack for themselves or prepare a whole feast for your next get-together.]]></description>
</about-card>
</giftcard-details>
<discount>
<discount-percentage>40</discount-percentage>
<label>% OFF</label>
</discount>
</giftcard>
<giftcard id="gc14xbx" company="Xbox" type="Online, Physical">
<image/>
<giftcard-details>
<giftcard-name>Xbox Gift Card</giftcard-name>
<property-code>
<label>Card Code:</label>
<code-number>gc14xbx</code-number>
</property-code>
<property-type>
<label>Type:</label>
<type>Online, Physical</type>
</property-type>
<property-cost>
<label>Price: </label>
<cost currency="British Pound">19.24</cost>
</property-cost>
<property-validity>
<label>Validity:</label>
<validity>2022-12-01</validity>
</property-validity>
<property-nou>
<label>Users:</label>
<number-of-users>45666</number-of-users>
</property-nou>
<property-rating>
<label>Rating:</label>
<rating>4.9</rating>
</property-rating>
<property-region>
<label>Available-in:</label>
<region>All Countries</region>
</property-region>
<property-stock>
<label>Stock:</label>
<stock stock-left="89">In Stock</stock>
</property-stock>
<about-card>
<label>Description:</label>
<description is_returnable="no"><![CDATA[Get an Xbox gift card to use on Xbox and Windows for games and entertainment. Purchase the most up-to-date games, map packs, movies, TV shows, music, applications, and more*.]]></description>
</about-card>
</giftcard-details>
<delivery>Free Delivery</delivery>
<discount>
<discount-percentage>35</discount-percentage>
<label>% OFF</label>
</discount>
</giftcard>
</giftcards>
<!-- giftcards section ends -->
<note>* All the prices have been converted to British Pounds.</note>
<!-- store-details section stores information related to the store -->
<store-details RegNo="10104" estd="2014" total-customers="45986"><!-- RegNo and estd is set to 10104 and 2014 which is fixed, so changing value generates error -->
<store-background>
<background-topic>About Store</background-topic>
<background-description>GiftMandu is the leading and trusted gift card store in the UK with 100+ online and offline gift card products. Established in 2014, GiftMandu has served more than 45000 satisfied customers.</background-description>
</store-background>
<location postal-code="E1 7AX"><location-icon/>London, United Kingdom</location>
<contact><contact-icon/><contact-details>020-9808905321</contact-details></contact>
<email><email-icon/><email-address>[email protected]</email-address></email>
</store-details>
<!-- store-details section ends -->
</store>
<employee>
<firstname>Apson</firstname>
<lastname>Sapkota</lastname>
</employee>
<student sex="male">
<fullname>nishit</fullname>
<course>computing</course>
<whichlevel>2</whichlevel>
<age>18</age>
</student>
<studentInformation>
<student>
<name></name>
<course></course>
<age></age>
</student>
<email></email>
<nationality></nationality>
<telephoneNumber></telephoneNumber>
</studentInformation>