Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://feeds2.feedburner.com/Airport-Bratislava-sk

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- generator="Joomla! 1.5 - Open Source Content Management" -->
  3. <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  4. <channel>
  5. <title>.: Airport-Bratislava.sk : Your Gateway to Europe :.</title>
  6. <description>Airport-Bratislava.sk - Your Gateway to Central Europe</description>
  7. <link>http://www.airport-bratislava.sk/en/component/content/frontpage.html</link>
  8. <lastBuildDate>Thu, 25 Apr 2024 07:45:58 +0000</lastBuildDate>
  9. <generator>Joomla! 1.5 - Open Source Content Management</generator>
  10. <language>en-gb</language>
  11. <item>
  12. <title>Welcome to the Airport-Bratislava.sk</title>
  13. <link>http://www.airport-bratislava.sk/en/component/content/article/53-news/45-welcome-to-airport-bratislava.html</link>
  14. <guid>http://www.airport-bratislava.sk/en/component/content/article/53-news/45-welcome-to-airport-bratislava.html</guid>
  15. <description><![CDATA[<p style="text-align: center;" mce_style="text-align: center;">Welcome to the website of&nbsp;<a href="http://www.airport-bratislava.sk/en.html" target="_blank" mce_href="http://www.airport-bratislava.sk/en.html">airport of Bratislava</a>.</p><p style="text-align: center;" mce_style="text-align: center;"><span style="font-size: 12.16px;" mce_style="font-size: 12.16px;"><b>Due to your feedback, we have returned to the original look of the page. We hope you remain faithful to us.</b></span></p><p style="text-align: center;" mce_style="text-align: center;">We advise you to read <a href="http://www.airport-bratislava.sk/en/faq/faqs.html" target="_blank" mce_href="http://www.airport-bratislava.sk/en/faq/faqs.html">Frequently Asked Questions</a> before proceeding.
  16.  
  17. </p><p style="text-align: center;" mce_style="text-align: center;">This site has been established to provide the relevant information about civil aviation, air travel and related travel industry news in Slovakia and Europe. All the information you will find here is up-to-date, however we reserve the right to change it anytime. &nbsp;</p>
  18.  
  19. <p style="text-align: center;" mce_style="text-align: center;">Have a nice journey!&nbsp;</p><p><br /></p><p style="text-align: center;" mce_style="text-align: center;"><a title="Facebook" style="line-height: 1.3em;" href="https://www.facebook.com/Airport-Bratislavask-865325803541823/timeline/?ref=aymt_homepage_panel" target="_blank" mce_style="line-height: 1.3em;" mce_href="https://www.facebook.com/Airport-Bratislavask-865325803541823/timeline/?ref=aymt_homepage_panel"><img alt="Follow BTS_airport on Facebook" src="http://airport-bratislava.sk/images/fb.png" mce_src="http://airport-bratislava.sk/images/fb.png"></a><br mce_bogus="1"></p><p style="text-align: center;" mce_style="text-align: center;"><br /></p><p style="text-align: center;" mce_style="text-align: center;"><a title="Facebook" href="https://www.facebook.com/Airport-Bratislavask-865325803541823/timeline/?ref=aymt_homepage_panel" target="_blank" mce_href="https://www.facebook.com/Airport-Bratislavask-865325803541823/timeline/?ref=aymt_homepage_panel"></a>
  20.  
  21. <a title="Twitter" href="http://www.twitter.com/BTS_airport" target="_blank" mce_href="http://www.twitter.com/BTS_airport"><img alt="Follow BTS_airport on Twitter" src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" mce_src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png"></a><br mce_bogus="1"></p><hr>
  22. <!--?php
  23. // THE FOLLOWING BLOCK IS USED TO RETRIEVE AND DISPLAY LINK INFORMATION.
  24. // PLACE THIS ENTIRE BLOCK IN THE AREA YOU WANT THE DATA TO BE DISPLAYED.
  25.  
  26. // MODIFY THE VARIABLES BELOW:
  27. // The following variable defines whether links are opened in a new window
  28. // (1 = Yes, 0 = No)
  29. $OpenInNewWindow = "1";
  30.  
  31. // # DO NOT MODIFY ANYTHING ELSE BELOW THIS LINE!
  32. // ----------------------------------------------
  33. $BLKey = "R224-6Q6P-89P8";
  34.  
  35. if(isset($_SERVER['SCRIPT_URI']) && strlen($_SERVER['SCRIPT_URI'])){
  36.    $_SERVER['REQUEST_URI'] = $_SERVER['SCRIPT_URI'].((strlen($_SERVER['QUERY_STRING']))?'?'.$_SERVER['QUERY_STRING']:'');
  37. }
  38.  
  39. if(!isset($_SERVER['REQUEST_URI']) || !strlen($_SERVER['REQUEST_URI'])){
  40.    $_SERVER['REQUEST_URI'] = $_SERVER['SCRIPT_NAME'].((isset($_SERVER['QUERY_STRING']) && strlen($_SERVER['QUERY_STRING']))?'?'.$_SERVER['QUERY_STRING']:'');
  41. }
  42.  
  43. $QueryString  = "LinkUrl=".urlencode(((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on')?'https://':'http://').$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);
  44. $QueryString .= "&Key=" .urlencode($BLKey);
  45. $QueryString .= "&OpenInNewWindow=" .urlencode($OpenInNewWindow);
  46.  
  47.  
  48. if(intval(get_cfg_var('allow_url_fopen')) && function_exists('readfile')) {
  49.    @readfile("http://www.backlinks.com/engine.php?".$QueryString);
  50. }
  51. elseif(intval(get_cfg_var('allow_url_fopen')) && function_exists('file')) {
  52.    if($content = @file("http://www.backlinks.com/engine.php?".$QueryString))
  53.        print @join('', $content);
  54. }
  55. elseif(function_exists('curl_init')) {
  56.    $ch = curl_init ("http://www.backlinks.com/engine.php?".$QueryString);
  57.    curl_setopt ($ch, CURLOPT_HEADER, 0);
  58.    curl_exec ($ch);
  59.  
  60.    if(curl_error($ch))
  61.        print "Error processing request";
  62.  
  63.    curl_close ($ch);
  64. }
  65. else {
  66.    print "It appears that your web host has disabled all functions for handling remote pages and as a result the BackLinks software will not function on your web page. Please contact your web host for more information.";
  67. }
  68. ?-->]]></description>
  69. <author>information@airport-bratislava.sk (Administrator)</author>
  70. <category>frontpage</category>
  71. <pubDate>Sat, 07 Jul 2007 09:54:06 +0000</pubDate>
  72. </item>
  73. <item>
  74. <title>Lost and found at the airport</title>
  75. <link>http://www.airport-bratislava.sk/en/component/content/article/53-news/136-lost-and-found.html</link>
  76. <guid>http://www.airport-bratislava.sk/en/component/content/article/53-news/136-lost-and-found.html</guid>
  77. <description><![CDATA[<p style="text-align: justify;" mce_style="text-align: justify;"> Sometimes it happens that a person inadvertently forgets souvenir or other objects at the airport or on board an aircraft. In case you such an unpleasant fact occurred, we have good news for you. Items found at the premises Bratislava Airport is stored on the complaint department of the airport at least one year. Objects you can picked up with valid proof of identity and a precise description of the subject. Forgotten objects founded on board the aircraft also you can picked up to the complaints department, which for them you can pick up for half a year. After this period, subjects are handed over to the carrier. Finally, a few important contacts, where you can inquire about your lost items 02/3303 3389.
  78. </p>]]></description>
  79. <author>information@airport-bratislava.sk (Administrator)</author>
  80. <category>frontpage</category>
  81. <pubDate>Thu, 04 Feb 2016 11:49:38 +0000</pubDate>
  82. </item>
  83. <item>
  84. <title>The 7. best airport Eastern Europe</title>
  85. <link>http://www.airport-bratislava.sk/en/component/content/article/53-news/137-7-place.html</link>
  86. <guid>http://www.airport-bratislava.sk/en/component/content/article/53-news/137-7-place.html</guid>
  87. <description><![CDATA[<p style="text-align: justify;" mce_style="text-align: justify;"> Bratislava Airport has been rated by Skytrax survey results The World Airport Awards 2016 as the seventh best airport in Eastern Europe. Last year reached 8th place of this prestigious ranking. The survey seeks to assess customer satisfaction airports in 39 areas such as services, arrivals, shopping options, security and passport control and others.
  88.  
  89. </p>]]></description>
  90. <author>information@airport-bratislava.sk (Administrator)</author>
  91. <category>frontpage</category>
  92. <pubDate>Thu, 17 Mar 2016 14:07:18 +0000</pubDate>
  93. </item>
  94. <item>
  95. <title>Layoff flight path</title>
  96. <link>http://www.airport-bratislava.sk/en/component/content/article/53-news/139-layoff-flight-path.html</link>
  97. <guid>http://www.airport-bratislava.sk/en/component/content/article/53-news/139-layoff-flight-path.html</guid>
  98. <description><![CDATA[<p style="text-align: justify;" mce_style="text-align: justify;"> From 4 April 2017 until 18 May 2017 due to the scheduled maintenance shut down the main takeoff and landing runway 13 - 31. Given will be used only runway 04-22 to take off over the fields Bratislava - Nové Mesto, Bratislava - Nové Mesto, Bratislava - Nové Mesto as well as the municipality Ivanka pri Danube. </p>]]></description>
  99. <author>information@airport-bratislava.sk (Administrator)</author>
  100. <category>frontpage</category>
  101. <pubDate>Tue, 04 Apr 2017 12:00:22 +0000</pubDate>
  102. </item>
  103. </channel>
  104. </rss>
  105.  

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=http%3A//feeds2.feedburner.com/Airport-Bratislava-sk

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda