File size: 46,615 Bytes
065fee7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
<?xml version="1.0" encoding="windows-1250"?>
<!--
Source: http://www.bbc.co.uk/hungarian/index.rdf
Expect: windows-1250
-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:cc="http://web.resource.org/cc/" xmlns="http://purl.org/rss/1.0/">
   <channel rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/worldservice/us/index.shtml">
      <title>BBCHungarian.com | Nyit�lap | Hungarian News index</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/index.shtml</link>
      <description>Jogv�delem BBC 2004</description>
      <dc:language>hu</dc:language>
      <dc:date>2005-06-27T09:54:11+00:00</dc:date>
      <dc:copyright>Jogv�delem BBC 2004 : http://www.bbc.co.uk/hungarian/institutional/rss.shtml#copyright</dc:copyright>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <sy:updatePeriod>hourly</sy:updatePeriod>
      <sy:updateFrequency>1</sy:updateFrequency>
      <sy:updateBase>2005-06-27T09:54:11+00:00</sy:updateBase>
      <image rdf:resource="http://www.bbc.co.uk/hungarian/images/furniture/syndication/bbchungarian_180x80.gif"/>
      <items>
         <rdf:Seq>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050627_rumsfeldiraq.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050627_globalwarm.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050627_glastonbury.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050625_iran.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_oilsixty.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_japanrobotguards.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_mandelson.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_chinausoil.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1320_prince_william/index.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1425_paris_show/index.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1832_stonehenge/"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1142_factfile_migrat/"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/worldservice/learningenglish/sport/tennis/index.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1432_live8/"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/142_frida_kahlo/"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1452_brussels/index.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/learningenglish/"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1010_eu_differences/"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1622_A380_jumbo/index.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1641_bolivia/index.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1411_ethiopia/"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1456_anne_bankroft/index.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1624_kylie/index.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1341_tony_curtis/index.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/125_dutch_no/index.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1142_eu_milestones/"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/040610_eu_parliament.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1740_mac_eu_smoke/index.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1819_oil_world/index.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1417_climate/"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1555_pills/"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1252_new_states/"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/04/050420_popegoals.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1413_irak/index.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1144_ratzinger_life/"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/hungarian/specials/1847_new_pope/"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2004/12/041223_carol.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2004/12/041223_panto.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_iranelextwo.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_chinausoil.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_afganistanus.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_brusseliraq.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_kukluxklan.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050620_hungintrajk.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050620_hunglibrary.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050606_szalayberzeviczy.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050524_habsburginthung.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050519_kunczeinthung.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_mandelson.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_oilsixty.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_migrationinternat.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_sonynewstrategy.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050621_perssonblair.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_japanrobotguards.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_newzeelanddrat.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050620_spym15.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050617_squireldanger.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050614_kgbphone.shtml"/>
            <rdf:li rdf:resource="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050613_nanothingie.shtml"/>
         </rdf:Seq>
      </items>
   </channel>
   <image rdf:about="http://www.bbc.co.uk/hungarian/images/furniture/syndication/bbchungarian_180x80.gif">
      <title>BBCHungarian.com</title>
      <link>http://www.bbc.co.uk/hungarian/</link>
      <url>http://www.bbc.co.uk/hungarian/images/furniture/syndication/bbchungarian_180x80.gif</url>
   </image>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050627_rumsfeldiraq.shtml">
      <title xml:lang="hu">Rumsfeld: m�g �vekig tarthat a l�zad�s Irakban</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050627_rumsfeldiraq.shtml</link>
      <description xml:lang="hu">Az amerikai v�delmi miniszter elismerte azt is, hogy amerikai tisztvisel�k t�rgyaltak iraki szunnita milit�nsokkal</description>
      <dc:date>2005-06-27T04:44:06+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050627_globalwarm.shtml">
      <title xml:lang="hu">Rep�l�ipar �s glob�lis felmeleged�s</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050627_globalwarm.shtml</link>
      <description xml:lang="hu">Jelenleg a vil�g rep�l�g�pei a sz�n-dioxid kibocs�t�snak mintegy �t sz�zal�k��rt felel�sek</description>
      <dc:date>2005-06-27T09:47:09+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050627_glastonbury.shtml">
      <title xml:lang="hu">V�get �rt a Glastonbury Fesztiv�l</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050627_glastonbury.shtml</link>
      <description xml:lang="hu">Vas�rnap �rt v�get a h�res Glastonbury Fesztiv�l, amelyet pontosan 35 �ve, 1970-ben rendeztek meg el�sz�r</description>
      <dc:date>2005-06-27T04:52:35+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050625_iran.shtml">
      <title xml:lang="hu">�sszefog�sra buzd�t az �j ir�ni eln�k</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050625_iran.shtml</link>
      <description xml:lang="hu">Az �j ir�ni eln�k modern  �s er�s iszl�m orsz�got szeretne l�trehozni, amely mintak�nt szolg�lhat az eg�sz vil�gnak </description>
      <dc:date>2005-06-25T14:12:38+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_oilsixty.shtml">
      <title xml:lang="hu">Hatvandoll�ros rekord�ron az olaj</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_oilsixty.shtml</link>
      <description xml:lang="hu">A kor�bbi rekord olaj�rak sok gazdas�gi k�rt okoztak, �s hozz�j�rultak a glob�lis gazdas�gi recesszi�hoz is</description>
      <dc:date>2005-06-24T11:59:13+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_japanrobotguards.shtml">
      <title xml:lang="hu">Jap�n robot�r�k</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_japanrobotguards.shtml</link>
      <description xml:lang="hu">A jap�n irod�kat �s bev�s�rl�k�zpontokat hamarosan robotok fogj�k v�deni betolakod�k ellen</description>
      <dc:date>2005-06-24T11:53:17+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_mandelson.shtml">
      <title xml:lang="hu">Mandelson: 'Liberaliz�lni kell az EU szolg�ltat�si piac�t'</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_mandelson.shtml</link>
      <description xml:lang="hu">Mandelson a BBC-nek azt mondta, az energia, telekommunik�ci�s, vas�ti �s postai szolg�ltat�sok piac�t meg kell nyitni a verseny el�tt</description>
      <dc:date>2005-06-24T13:58:15+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_chinausoil.shtml">
      <title xml:lang="hu">K�nai c�g tett aj�nlatot az USA egyik legnagyobb olajt�rsas�g�ra</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_chinausoil.shtml</link>
      <description xml:lang="hu">Az Egyes�lt �llamokban szen�tusi bizotts�gi meghallgat�son foglalkoztak a K�na �ltal t�masztott �gymond "gazdas�gi fenyeget�ssel". </description>
      <dc:date>2005-06-24T16:33:25+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/06/050624_williamgraduation.shtml">
      <title xml:lang="hu">William herceg diplomaoszt�ja</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1320_prince_william/index.shtml</link>
      <description xml:lang="hu"/>
      <dc:date>2005-06-24T13:26:46+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/06/050622_parisair.shtml">
      <title xml:lang="hu">L�gi par�d� P�rizsban </title>
      <link>http://www.bbc.co.uk/hungarian/specials/1425_paris_show/index.shtml</link>
      <description xml:lang="hu"/>
      <dc:date>2005-06-22T19:29:12+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/06/050622_stonehenge.shtml">
      <title xml:lang="hu">Stonehenge napfordul�</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1832_stonehenge/</link>
      <description xml:lang="hu"/>
      <dc:date>2005-06-22T14:32:44+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2004/07/040718_migrationspecial.shtml">
      <title xml:lang="hu">Migr�ci�s robban�s</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1142_factfile_migrat/</link>
      <description xml:lang="hu"/>
      <dc:date>2005-03-21T17:05:51+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/learningenglish/external_link/2005/06/050621_wimbledon.shtml">
      <title xml:lang="hu">Wimbledon</title>
      <link>http://www.bbc.co.uk/worldservice/learningenglish/sport/tennis/index.shtml</link>
      <description xml:lang="hu"/>
      <dc:date>2005-06-21T11:03:49+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, Learning English</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/06/050601_live8pix.shtml">
      <title xml:lang="hu">Live 8-ra k�sz�lve</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1432_live8/</link>
      <description xml:lang="hu"/>
      <dc:date>2005-06-01T14:04:24+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/06/050609_kahlopix.shtml">
      <title xml:lang="hu">Frida Kahlo k�pei a Tate-ben</title>
      <link>http://www.bbc.co.uk/hungarian/specials/142_frida_kahlo/</link>
      <description xml:lang="hu"/>
      <dc:date>2005-06-09T14:54:10+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/06/050617_brusselsummit.shtml">
      <title xml:lang="hu">EU cs�cstal�lkoz� Br�sszelben</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1452_brussels/index.shtml</link>
      <description xml:lang="hu"/>
      <dc:date>2005-06-17T13:13:46+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/05/050526_wordsinthenews.shtml">
      <title xml:lang="hu">Words in the news</title>
      <link>http://www.bbc.co.uk/hungarian/learningenglish/</link>
      <description xml:lang="hu"/>
      <dc:date>2005-05-26T16:43:19+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/05/050504_eudifferencespixs.shtml">
      <title xml:lang="hu">Gazdas�gi k�l�nbs�gek az EU-n bel�l</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1010_eu_differences/</link>
      <description xml:lang="hu"/>
      <dc:date>2005-05-04T14:48:25+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/06/050613_a380jumbo.shtml">
      <title xml:lang="hu">Az A380 premierje</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1622_A380_jumbo/index.shtml</link>
      <description xml:lang="hu"/>
      <dc:date>2005-06-13T15:57:40+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/06/050610_boliviariots.shtml">
      <title xml:lang="hu">T�ntet�sek Bol�vi�ban</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1641_bolivia/index.shtml</link>
      <description xml:lang="hu"/>
      <dc:date>2005-06-10T15:48:28+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/06/050609_ethiopiabloodshed.shtml">
      <title xml:lang="hu">V�ront�s Eti�pi�ban</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1411_ethiopia/</link>
      <description xml:lang="hu"/>
      <dc:date>2005-06-09T14:47:25+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/06/050608_bancroft.shtml">
      <title xml:lang="hu">Elhunyt Anne Bancroft</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1456_anne_bankroft/index.shtml</link>
      <description xml:lang="hu"/>
      <dc:date>2005-06-08T13:51:14+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/05/050517_kyliecareerpixs.shtml">
      <title xml:lang="hu">Kylie karrierje</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1624_kylie/index.shtml</link>
      <description xml:lang="hu"/>
      <dc:date>2005-05-17T15:38:00+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/06/050603_curtis80.shtml">
      <title xml:lang="hu">Nyolcvan �ves Tony Curtis</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1341_tony_curtis/index.shtml</link>
      <description xml:lang="hu"/>
      <dc:date>2005-06-03T12:55:35+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/06/050602_dutchnopixs.shtml">
      <title xml:lang="hu">Hollandok a n�pszavaz�s ut�n</title>
      <link>http://www.bbc.co.uk/hungarian/specials/125_dutch_no/index.shtml</link>
      <description xml:lang="hu"/>
      <dc:date>2005-06-02T13:00:23+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2004/07/040718_eumilestones.shtml">
      <title xml:lang="hu">M�rf�ldk�vek az EU t�rt�net�ben</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1142_eu_milestones/</link>
      <description xml:lang="hu"/>
      <dc:date>2005-03-21T17:02:06+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2004/07/040719_euparliamnet.shtml">
      <title xml:lang="hu">Eur�pai Parlament</title>
      <link>http://www.bbc.co.uk/hungarian/040610_eu_parliament.shtml</link>
      <description xml:lang="hu"/>
      <dc:date>2005-03-21T17:07:23+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2004/10/041028_tobaccoads.shtml">
      <title xml:lang="hu">Sokkol �s leszoktat?</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1740_mac_eu_smoke/index.shtml</link>
      <description xml:lang="hu"/>
      <dc:date>2005-03-15T12:42:06+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2004/10/041026_oil.shtml">
      <title xml:lang="hu">A vil�g olajk�szletei</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1819_oil_world/index.shtml</link>
      <description xml:lang="hu"/>
      <dc:date>2005-03-15T12:47:14+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/03/050324_climatechange.shtml">
      <title xml:lang="hu"> Kl�mav�ltoz�s � a vil�g n�gy �gt�j�n</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1417_climate/</link>
      <description xml:lang="hu"/>
      <dc:date>2005-03-24T19:47:34+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2004/12/041206_pillspatients.shtml">
      <title xml:lang="hu"/>
      <link>http://www.bbc.co.uk/hungarian/specials/1555_pills/</link>
      <description xml:lang="hu"/>
      <dc:date>2004-12-06T11:08:11+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2004/07/040718_newstateseu.shtml">
      <title xml:lang="hu">A kib�v�lt Eur�pa</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1252_new_states/</link>
      <description xml:lang="hu"/>
      <dc:date>2005-04-29T13:44:04+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/04/050420_popegoals.shtml">
      <title xml:lang="hu">XVI. Benedek c�lkit�z�sei</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/04/050420_popegoals.shtml</link>
      <description xml:lang="hu">Els� mis�j�n XVI. Benedek p�pa kifejezte elk�telezetts�g�t a M�sodik Vatik�ni Zsinat �ltal meghat�rozott reformok ir�nt. </description>
      <dc:date>2005-04-20T13:56:05+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/04/050412_irak2years.shtml">
      <title xml:lang="hu">Irak, k�t �vvel Szaddam ut�n </title>
      <link>http://www.bbc.co.uk/hungarian/specials/1413_irak/index.shtml</link>
      <description xml:lang="hu"/>
      <dc:date>2005-04-12T15:48:40+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/04/050420_ratzinger_life.shtml">
      <title xml:lang="hu">XVI. Benedek �lete k�pekben</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1144_ratzinger_life/</link>
      <description xml:lang="hu"/>
      <dc:date>2005-04-20T10:55:22+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/external_link/2005/04/050419_newpopepixs.shtml">
      <title xml:lang="hu">�j vezet�je van a katolikus egyh�znak</title>
      <link>http://www.bbc.co.uk/hungarian/specials/1847_new_pope/</link>
      <description xml:lang="hu"/>
      <dc:date>2005-04-19T17:51:54+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:type>External Link, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2004/12/041223_carol.shtml">
      <title xml:lang="hu"/>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2004/12/041223_carol.shtml</link>
      <description xml:lang="hu">Az angol kar�csonyi dalok t�rt�nete</description>
      <dc:date>2004-12-23T14:32:51+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2004/12/041223_panto.shtml">
      <title xml:lang="hu"/>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2004/12/041223_panto.shtml</link>
      <description xml:lang="hu">Egyed�l�ll� angol sz�nh�zi hagyom�ny</description>
      <dc:date>2004-12-23T14:38:01+0000</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_iranelextwo.shtml">
      <title xml:lang="hu">V�laszt�sok Ir�nban</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_iranelextwo.shtml</link>
      <description xml:lang="hu">Sok ir�ni szerint orsz�guk most v�lasz�t el�tt �ll, de azt nem tudni, melyik ir�nyt v�lasztj�k majd</description>
      <dc:date>2005-06-24T14:08:52+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_chinausoil.shtml">
      <title xml:lang="hu">K�nai c�g tett aj�nlatot az USA egyik legnagyobb olajt�rsas�g�ra</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_chinausoil.shtml</link>
      <description xml:lang="hu">Az Egyes�lt �llamokban szen�tusi bizotts�gi meghallgat�son foglalkoztak a K�na �ltal t�masztott �gymond "gazdas�gi fenyeget�ssel". </description>
      <dc:date>2005-06-24T16:33:25+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_afganistanus.shtml">
      <title xml:lang="hu">T�bb tucat talib�nt �ltek meg Afganiszt�nban</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_afganistanus.shtml</link>
      <description xml:lang="hu">Az ut�bbi n�h�ny h�napban er�szakhull�m s�p�rt v�gig az orsz�gon, amely�rt a t�libokat hib�ztatj�k, �s amely t�bb sz�z ember hal�l�t okozta</description>
      <dc:date>2005-06-22T14:07:54+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_brusseliraq.shtml">
      <title xml:lang="hu">Konferencia Irak j�v�j�r�l</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_brusseliraq.shtml</link>
      <description xml:lang="hu">T�bb mint nyolcvan orsz�g �s nemzetk�zi szervezet k�ld�ttei vesznek r�szt a br�sszeli megbesz�l�sen</description>
      <dc:date>2005-06-22T13:47:00+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_kukluxklan.shtml">
      <title xml:lang="hu">Ku Klux Kl�n �t�let 41 �v ut�n</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_kukluxklan.shtml</link>
      <description xml:lang="hu">Id�s baptista pr�dik�tort �t�ltek el h�rom gyilkoss�g 41 �vvel ezel�tti kitervel�s��rt</description>
      <dc:date>2005-06-22T05:30:26+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050620_hungintrajk.shtml">
      <title xml:lang="hu">'Kult�ra n�lk�l nincs gazdas�gi fejl�d�s'</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050620_hungintrajk.shtml</link>
      <description xml:lang="hu">A BBC Magyar Ad�s vas�rnapi interj� c�m� m�sor�nak vend�ge Rajk L�szl� volt</description>
      <dc:date>2005-06-22T15:17:17+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050620_hunglibrary.shtml">
      <title xml:lang="hu">A j�v� k�nyvt�rai</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050620_hunglibrary.shtml</link>
      <description xml:lang="hu">Sokan j�solt�k, hogy a telev�zi�, az Internet kor�ban egyre vesz�t �rt�k�b�l a k�nyv �s a k�nyvt�r</description>
      <dc:date>2005-06-20T11:58:38+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050606_szalayberzeviczy.shtml">
      <title xml:lang="hu">'A l�nyeg, hogy hossz� t�von kell gondolkodni'</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050606_szalayberzeviczy.shtml</link>
      <description xml:lang="hu">A BBC Magyar Ad�s vas�rnapi interj�j�nak vend�ge volt Szalay-Berzeviczy Attila, a Budapesti �rt�kt�zsde eln�ke</description>
      <dc:date>2005-06-06T10:34:36+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050524_habsburginthung.shtml">
      <title xml:lang="hu">'Mindig voltak feladataim �s c�ljaim'</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050524_habsburginthung.shtml</link>
      <description xml:lang="hu">A BBC Magyar Ad�s�nak vas�rnapi vend�ge volt Habsburg Ott� akivel Vincze Andr�s besz�lgetett</description>
      <dc:date>2005-05-24T10:46:32+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050519_kunczeinthung.shtml">
      <title xml:lang="hu">'Meg kell tudnunk sz�l�tani a liber�lis szavaz�kat'</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/05/050519_kunczeinthung.shtml</link>
      <description xml:lang="hu">A BBC Magyar Ad�s�nak vend�ge Kuncze G�bor, a Szabad Demokrat�k Sz�vets�g�nek eln�ke volt</description>
      <dc:date>2005-05-19T10:45:11+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_mandelson.shtml">
      <title xml:lang="hu">Mandelson: 'Liberaliz�lni kell az EU szolg�ltat�si piac�t'</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_mandelson.shtml</link>
      <description xml:lang="hu">Mandelson a BBC-nek azt mondta, az energia, telekommunik�ci�s, vas�ti �s postai szolg�ltat�sok piac�t meg kell nyitni a verseny el�tt</description>
      <dc:date>2005-06-24T13:58:15+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_oilsixty.shtml">
      <title xml:lang="hu">Hatvandoll�ros rekord�ron az olaj</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_oilsixty.shtml</link>
      <description xml:lang="hu">A kor�bbi rekord olaj�rak sok gazdas�gi k�rt okoztak, �s hozz�j�rultak a glob�lis gazdas�gi recesszi�hoz is</description>
      <dc:date>2005-06-24T11:59:13+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_migrationinternat.shtml">
      <title xml:lang="hu">Jelent�s a nemzetk�zi bev�ndorl�sr�l</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_migrationinternat.shtml</link>
      <description xml:lang="hu">A Nemzetk�zi Migr�ci�s Szervezet szerint a bev�ndorl�k nem szipolyozz�k ki a fogad� orsz�g gazdas�g�t</description>
      <dc:date>2005-06-22T11:34:27+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_sonynewstrategy.shtml">
      <title xml:lang="hu">�j strat�gi�t v�laszt a Sony</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_sonynewstrategy.shtml</link>
      <description xml:lang="hu">N�h�ny �ve m�g a Sony uralta az elektronikai piacot a walkmannel, a Playstationnel �s m�s term�kekkel.</description>
      <dc:date>2005-06-22T11:07:17+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050621_perssonblair.shtml">
      <title xml:lang="hu">Sv�d - brit tal�lkoz�</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050621_perssonblair.shtml</link>
      <description xml:lang="hu">Goran Persson sv�d miniszterln�k Londonban t�rgyal Tony Blair-rel az EU k�lts�gvet�s�r�l</description>
      <dc:date>2005-06-21T13:42:57+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_japanrobotguards.shtml">
      <title xml:lang="hu">Jap�n robot�r�k</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050624_japanrobotguards.shtml</link>
      <description xml:lang="hu">A jap�n irod�kat �s bev�s�rl�k�zpontokat hamarosan robotok fogj�k v�deni betolakod�k ellen</description>
      <dc:date>2005-06-24T11:53:17+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_newzeelanddrat.shtml">
      <title xml:lang="hu">Patk�ny okozta k�osz</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050622_newzeelanddrat.shtml</link>
      <description xml:lang="hu">Egy patk�ny okolhat� jelent�s r�szben az �j-z�landi kommunik�ci�s rendszerek �sszeoml�s��rt</description>
      <dc:date>2005-06-22T10:46:55+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050620_spym15.shtml">
      <title xml:lang="hu">F�ltik a brit turist�kat a k�mekt�l</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050620_spym15.shtml</link>
      <description xml:lang="hu">A titkosszolg�lat arra figyelmezteti a briteket, hogy c�lpontjaiv� v�lhatnak m�s orsz�gok h�rszerz�s�nek</description>
      <dc:date>2005-06-20T10:16:44+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050617_squireldanger.shtml">
      <title xml:lang="hu">Vesz�lyben a sk�t v�r�s m�kusok</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050617_squireldanger.shtml</link>
      <description xml:lang="hu">A m�kushiml�t a brit f�lsziget d�lebbi ter�letein �l� sz�rke m�kusok terjesztik, de r�juk nem jelent vesz�lyt</description>
      <dc:date>2005-06-17T12:03:54+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050614_kgbphone.shtml">
      <title xml:lang="hu">Mobiltelefon a KGB-t�l</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050614_kgbphone.shtml</link>
      <description xml:lang="hu">A KGB ut�dja �ll�t�lag lehallgathatatlan mobiltelefont dobott piacra</description>
      <dc:date>2005-06-14T02:58:23+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
   <item rdf:about="http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050613_nanothingie.shtml">
      <title xml:lang="hu">A vil�g legkisebb kef�je</title>
      <link>http://www.bbc.co.uk/go/wsy/pub/rss/1.0/-/hungarian/news/story/2005/06/050613_nanothingie.shtml</link>
      <description xml:lang="hu">Elk�sz�tett�k a vil�g legkisebb kef�j�t, amelynek s�rt�i ezerszer v�konyabbak az emberi hajsz�ln�l</description>
      <dc:date>2005-06-13T01:14:07+00:00</dc:date>
      <dc:format>text/plain</dc:format>
      <dc:language>hu</dc:language>
      <dc:publisher>BBCHungarian.com</dc:publisher>
      <dc:creator>http://www.bbc.co.uk/hungarian/</dc:creator>
      <dc:type>Story, News</dc:type>
   </item>
</rdf:RDF>