It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://www.abbaplaza.com/xml/rssfeeden.xml

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <!-- boolMobieleBrowser = False -->
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  4. <head>
  5.    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  6.    <title>ABBA Plaza - the ultimate ABBA site</title>
  7.    <link rel="stylesheet" href="assets/site.css" type="text/css">
  8.  
  9.    <meta name="verify-v1" content="z+qsd8TLe60N7gqpkdfPp8spdeewsM7pbzdDGLIMLx8=">
  10.  
  11.    <meta name="Description"
  12.          content="ABBA fan site: ABBA news, Mamma Mia movie, ABBAWORLD exhibition, ABBA costumes, ABBA fan cds, ABBA fan dvd, ABBA lyrics, ABBA concerts, ABBA pictures, ABBA autographs, ABBA games, ABBA quizes, wallpapers, screensavers, downloads, collection, dolls and much more."
  13.          lang="EN">
  14.    <meta name="keywords"
  15.          content="ABBA, ABBA reunion, Mamma Mia movie, Mamma Mia film, ABBA gold, ABBA book, ABBA costumes, ABBA kleding, ABBA lyric, ABBA lyrics, ABBA concert, ABBA ticket, ABBA tour, ABBA news, ABBA museum, ABBA pictures, ABBA games, ABBA mp3, ABBA quizes, ABBA  cd, ABBA dvd, ABBA museum, ABBA wallpapers, ABBA screensavers, ABBA downloads, ABBA autographs, ABBA collection, ABBA dolls, Benny, Björn, Bjorn, Agnetha, Frida, Anni-Frid, Faltskog, Fältskog, Lyngstad, Andersson, Ulvaeus, ABBA musical, Kristina, Mamma Mia, Mama Mia, Stig, Stikkan, abba, Sweden, Sverige, Polar, Benny Andersson, Björn Ulvaeus, Agnetha Fältskog, Anni-Frid Lyngstad">
  16.    <meta name="language" content="EN">
  17.  
  18.    <meta name="Last-Modified" content="07/31/2021">
  19.    <meta http-equiv="expires" content="0">
  20.    <meta http-equiv="Pragma" content="no-cache">
  21.    <meta http-equiv="content-style-type" content="text/css">
  22.    <meta name="author" content="HTML and graphics: Robert Verbeek - http://www.abbaplaza.com/">
  23.    <meta name="copyright" content="Copyright ©2021 Robert Verbeek">
  24.    <meta name="revisit-after" content="1 days">
  25.    <meta name="robots" content="index, follow">
  26.    <meta name="GOOGLEBOT" content="INDEX,FOLLOW">
  27.    <meta name="MSNBot" content="INDEX,FOLLOW">
  28.    <meta name="MSNBot-NewsBlogs" content="INDEX,FOLLOW">
  29.    <meta name="document-class" content="Completed">
  30.    <meta name="document-classification" content="Internet">
  31.    <meta name="document-rights" content="Copywritten Work">
  32.    <meta name="document-type" content="Public">
  33.    <meta name="document-rating" content="General">
  34.    <meta name="document-distribution" content="Global">
  35.    <meta name="msapplication-TileColor" content="#e5e5e5">
  36.    <meta name="msapplication-TileImage" content="logo-w8.png">
  37.    <link rel="shortcut icon" href="https://abbaplaza.com/abbaplaza.ico">
  38.    <link rel="icon" type="image/ico" href="https://abbaplaza.com/abbaplaza.ico">
  39.    <link rel="apple-touch-icon" href="https://abbaplaza.com/abbaplaza.png">
  40.    <script type="text/javascript">
  41.        <!--
  42.        function externalLinks() {
  43.            if (!document.getElementsByTagName) return;
  44.            var anchors = document.getElementsByTagName("a");
  45.            for (var i = 0; i < anchors.length; i++) {
  46.                var anchor = anchors[i];
  47.                if (anchor.getAttribute("href") &&
  48.                    anchor.getAttribute("rel") == "external")
  49.                    anchor.target = "_blank";
  50.            }
  51.        }
  52.  
  53.        window.onload = externalLinks;
  54.  
  55.        function MM_findObj(n, d) { //v4.01
  56.            var p, i, x;
  57.            if (!d) d = document;
  58.            if ((p = n.indexOf("?")) > 0 && parent.frames.length) {
  59.                d = parent.frames[n.substring(p + 1)].document;
  60.                n = n.substring(0, p);
  61.            }
  62.            if (!(x = d[n]) && d.all) x = d.all[n];
  63.            for (i = 0; !x && i < d.forms.length; i++) x = d.forms[i][n];
  64.            for (i = 0; !x && d.layers && i < d.layers.length; i++) x = MM_findObj(n, d.layers[i].document);
  65.            if (!x && d.getElementById) x = d.getElementById(n);
  66.            return x;
  67.        }
  68.  
  69.        function MM_showHideLayers() { //v3.0
  70.            var i, p, v, obj, args = MM_showHideLayers.arguments;
  71.            for (i = 0; i < (args.length - 2); i += 3) if ((obj = MM_findObj(args[i])) != null) {
  72.                v = args[i + 2];
  73.                if (obj.style) {
  74.                    obj = obj.style;
  75.                    v = (v == 'show') ? 'visible' : (v = 'hide') ? 'hidden' : v;
  76.                }
  77.                obj.visibility = v;
  78.            }
  79.        }
  80.  
  81.        function MM_changeProp(objName, x, theProp, theValue) { //v6.0
  82.            var obj = MM_findObj(objName);
  83.            if (obj && (theProp.indexOf("style.") == -1 || obj.style)) {
  84.                if (theValue == true || theValue == false)
  85.                    eval("obj." + theProp + "=" + theValue);
  86.                else eval("obj." + theProp + "='" + theValue + "'");
  87.            }
  88.        }
  89.  
  90.        function MM_showHideLayersAll() { //v3.0
  91.        }
  92.  
  93.        function OpenCloseDiv(sender) {
  94.            if (document.all(sender).style.display == "") {
  95.                document.all(sender).style.display = "none";
  96.            } else {
  97.                document.all(sender).style.display = ""
  98.            }
  99.        }
  100.  
  101.        function CloseDiv(sender) {
  102.            document.all(sender).style.display = "none";
  103.        }
  104.  
  105.        function OpenDiv(sender) {
  106.            document.all(sender).style.display = "";
  107.        }
  108.  
  109.        function Vertraging(linkje) {
  110.            var t = setTimeout("location.href = '" + linkje + "'", 4500);
  111.        }
  112.  
  113.        //-->
  114.    </script>
  115.  
  116. </head>
  117.  
  118.  
  119. <!-- session("ShopAll") = True -->
  120.  
  121. <body>
  122. <a name="Boven"></a>
  123. <div id="Centrum2" style="left: 360px; height: 1229px;">&nbsp;</div>
  124. <div id="Centrum" style="left: 360px;">
  125.    <script type="text/javascript" language="javascript">
  126.        <!--
  127.        var SchermBreedte = 0, SchermHoogte = 0;
  128.        if (typeof (window.innerWidth) == 'number') {
  129.            //Non-IE
  130.            SchermBreedte = window.innerWidth;
  131.            SchermHoogte = window.innerHeight;
  132.        } else if (document.documentElement && (document.documentElement.clientWidth || document.documentElement.clientHeight)) {
  133.            //IE 6+ in 'standards compliant mode'
  134.            SchermBreedte = document.documentElement.clientWidth;
  135.            SchermHoogte = document.documentElement.clientHeight;
  136.        } else if (document.body && (document.body.clientWidth || document.body.clientHeight)) {
  137.            //IE 4 compatible
  138.            SchermBreedte = document.body.clientWidth;
  139.            SchermHoogte = document.body.clientHeight;
  140.        }
  141.  
  142.        varPositieWrapper = parseInt((SchermBreedte - 1000) / 2);
  143.        MM_changeProp('Centrum', '', 'style.left', varPositieWrapper + 'px', 'DIV');
  144.        MM_changeProp('Centrum2', '', 'style.left', varPositieWrapper + 'px', 'DIV');
  145.        MM_changeProp('Centrum2', '', 'style.height', SchermHoogte + 'px', 'DIV');
  146.        // end hiding -->
  147.    </script>
  148.  
  149.    <div id="topblok" style="left: 360px;">
  150.        <div id="logo" style="left: 377px;"><a href="https://abbaplaza.com/index.asp?language=english"
  151.                                               title="click to go to the home page"><img src="assets/logo-english.png"
  152.                                                                                         alt="ABBA Plaza logo - click to go to the home page"
  153.                                                                                         class="NoBorder"
  154.                                                                                         title="ABBA Plaza logo - click to go to the home page"></a>
  155.            <h1 class="HomePage">home</h1></div>
  156.    </div>
  157.    <div id="blok">
  158.        <div id="inhoud">
  159.            <div id="Welkom" class="GeengrijsBlok">
  160.                <p class="MargeLinksRechts">
  161.                    <img src="assets/foto.jpg" alt="games, collectables, downloads, encounters and more"
  162.                         title="games, collectables, downloads, encounters and more" class="box" width="945">
  163.                </p>
  164.            </div>
  165.            <div id="InMemoriam" class="GeengrijsBlok">
  166.                <div class="columnLeft">
  167.                    <h2>IN MEMORIAM</h2>
  168.                    <p class="MargeLinksRechts">
  169.                        It is with great sadness and heavy hearts that we
  170.                        inform you of the passing of Robert Verbeek, the creator of ABBA Plaza
  171.                        and devoted ABBA fan. He past away Monday, October 24th 2016, at the age of
  172.                        54.
  173.                    </p>
  174.                    <p class="MargeLinksRechts">
  175.                        After keeping ABBA Plaza online for five years after his passing, we must regrettably inform you that we have decided to take ABBA Plaza.com down.
  176.                        Thank you for all the years of visiting this website.
  177.                        The ABBA community has always been wonderful to Robert and we are forever grateful for the years he got to play his part in it.
  178.                    </p>
  179.                    <p class="MargeLinksRechts">
  180.                        Thank you for the music.<br />
  181.                        Jolanda, Marjolein and Ilse
  182.                    </p>
  183.                </div>
  184.                <div class="columnRight MargeLinksRechts">
  185.                    <img src="assets/frida-amsterdam-3.jpg" class="box" ;="">
  186.                </div>
  187.            </div>
  188.        </div>
  189.        <div id="shopfooter">
  190.  
  191.  
  192.            <div class="FooterDonkergrijs">
  193.  
  194.                <img class="FooterFoto" src="assets/41.jpg" alt="ABBA Plaza">
  195.  
  196.                <img class="FooterFoto" src="assets/12.jpg" alt="ABBA Plaza">
  197.  
  198.                <img class="FooterFoto" src="assets/29.jpg" alt="ABBA Plaza">
  199.  
  200.                <img class="FooterFoto" src="assets/1.jpg" alt="ABBA Plaza">
  201.  
  202.                <img class="FooterFoto" src="assets/3.jpg" alt="ABBA Plaza">
  203.  
  204.                <img class="FooterFoto" src="assets/43.jpg" alt="ABBA Plaza">
  205.  
  206.                <img class="FooterFoto" src="assets/34.jpg" alt="ABBA Plaza">
  207.  
  208.                <img class="FooterFoto" src="assets/5.jpg" alt="ABBA Plaza">
  209.  
  210.                <img class="FooterFoto" src="assets/36.jpg" alt="ABBA Plaza">
  211.  
  212.                <img class="FooterFoto" src="assets/8.jpg" alt="ABBA Plaza">
  213.  
  214.            </div>
  215.  
  216.        </div>
  217.    </div>
  218. </div>
  219. <script type="text/javascript" language="javascript">
  220.    <!--
  221.    var SchermBreedte = 0, SchermHoogte = 0;
  222.    if (typeof (window.innerWidth) == 'number') {
  223.        //Non-IE
  224.        SchermBreedte = window.innerWidth;
  225.        SchermHoogte = window.innerHeight;
  226.    } else if (document.documentElement && (document.documentElement.clientWidth || document.documentElement.clientHeight)) {
  227.        //IE 6+ in 'standards compliant mode'
  228.        SchermBreedte = document.documentElement.clientWidth;
  229.        SchermHoogte = document.documentElement.clientHeight;
  230.    } else if (document.body && (document.body.clientWidth || document.body.clientHeight)) {
  231.        //IE 4 compatible
  232.        SchermBreedte = document.body.clientWidth;
  233.        SchermHoogte = document.body.clientHeight;
  234.    }
  235.  
  236.    varPositieWrapper = parseInt((SchermBreedte - 1000) / 2);
  237.  
  238.    varNew = varPositieWrapper;
  239.    MM_changeProp('topblok', '', 'style.left', varNew + 'px', 'DIV');
  240.  
  241.    varNew = varPositieWrapper + 17;
  242.    MM_changeProp('logo', '', 'style.left', varNew + 'px', 'DIV');
  243.  
  244.  
  245.    varNew = varPositieWrapper + 788;
  246.    MM_changeProp('contact', '', 'style.left', varNew + 'px', 'DIV');
  247.  
  248.    varNew = varPositieWrapper + 15;
  249.    MM_changeProp('menu', '', 'style.left', varNew + 'px', 'DIV');
  250.  
  251.    // end hiding -->
  252. </script>
  253.  
  254.  
  255. </body>
  256. </html>
  257.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda