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://fwhoy.dtiblog.com/?xml

  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3.  
  4. <head>
  5.  <!-- Google tag (gtag.js) -->
  6.  <script async src="https://www.googletagmanager.com/gtag/js?id=G-YG6HJ0XTRZ"></script>
  7.  <script>
  8.    window.dataLayer = window.dataLayer || [];
  9.    function gtag() { dataLayer.push(arguments); }
  10.    gtag('js', new Date());
  11.  
  12.    gtag('config', 'G-YG6HJ0XTRZ');
  13.  </script>
  14.  <meta charset="utf-8">
  15.  <title></title>
  16.  <script>
  17.    let url = window.location.href,
  18.      params = url.split('?');
  19.    for (i = 0; i < params.length; i++) {
  20.      param = params[i].split('=');
  21.      if (param[0] == 's2s_id') {
  22.        var s2s = param.join('=');
  23.      }
  24.    }
  25.    // disp
  26.    // // display with 30/30/30 random distribution
  27.    var rand = Math.random();
  28.    if (rand < 1 / 3) {
  29.      if (s2s) {
  30.        window.location.href = 'index1.html?' + s2s;
  31.      } else {
  32.        window.location.href = 'index1.html';
  33.      }
  34.    } else if ((rand > 1 / 3) && (rand < 2 / 3)) {
  35.      if (s2s) {
  36.        window.location.href = 'index2.html?' + s2s;
  37.      } else {
  38.        window.location.href = 'index2.html';
  39.      }
  40.    } else {
  41.      if (s2s) {
  42.        window.location.href = 'index3.html?' + s2s;
  43.      } else {
  44.        window.location.href = 'index3.html';
  45.      }
  46.    }
  47.  </script>
  48. </head>
  49.  
  50. <body>
  51.  
  52. </body>
  53.  
  54. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda