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://feeds.feedburner.com/NorthwesternBasketballfootballlatestNorthwesternScorenewsnorthwesternWildcatsBlog?format=xml

  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6.    <title>网站已经被阻止访问</title>
  7.    <style type="text/css">
  8.        <!--
  9.        body {margin: 0px; padding:0px; font-family:"微软雅黑", Arial, "Trebuchet MS", Verdana, Georgia,Baskerville,Palatino,Times; font-size:16px;}
  10.        div{margin-left:auto; margin-right:auto;}
  11.        a {text-decoration: none; color: #1064A0;}
  12.        a:hover {color: #0078D2;cursor: pointer}
  13.        img { border:none; }
  14.        h1,h2,h3,h4 {
  15.            /* display:block;*/
  16.            margin:0;
  17.            font-weight:normal;
  18.            font-family: "微软雅黑", Arial, "Trebuchet MS", Helvetica, Verdana ;
  19.        }
  20.        h1{font-size:44px; color:#0188DE; padding:20px 0px 10px 0px;}
  21.        h2{color:#0188DE; font-size:16px; padding:10px 0px 40px 0px;}
  22.        #wrapper{width:100%;}
  23.        #page{width:910px; padding:20px 20px 40px 20px; margin-top:80px;}
  24.  
  25.        .button{width:180px; height:28px; margin-left:0px; margin-top:10px; background:#009CFF; border-bottom:4px solid #0188DE; text-align:center;}
  26.        .button a{width:180px; height:28px; display:block; font-size:14px; color:#fff; }
  27.        .button a:hover{ background:#5BBFFF;}
  28.  
  29.        a.apply-btn {
  30.            display: inline-block;
  31.            width: 200px;
  32.            height: 50px;
  33.            line-height: 50px;
  34.            background: #0188DE;
  35.            font-size: 20px;
  36.            color: #cdfff7;
  37.            text-align: center;
  38.        }
  39.        .detail-info{
  40.            padding: 10px 0;
  41.            border: 1px solid red;
  42.            height: auto;
  43.            width: 400px;
  44.            position: absolute;
  45.            left: 0;
  46.            top:21px;
  47.            background: #fff;
  48.            border-radius: 3px;
  49.            display: none;
  50.        }
  51.        .active .detail-info{
  52.            display: block;
  53.        }
  54.        .msg-item{
  55.            padding:0 20px;
  56.            line-height: 26px;
  57.            font-size: 14px;
  58.            color:#000;
  59.        }
  60.        .msg-item label{
  61.            float:left;
  62.            height: 26px;
  63.            line-height: 26px;
  64.            width:100px;
  65.            text-align: right;
  66.        }
  67.        .msg-item div{
  68.            overflow: hidden;
  69.            line-height: 26px;
  70.            word-wrap: break-word;
  71.            word-break: break-all;
  72.        }
  73.        -->
  74.    </style></head>
  75.  
  76. <body>
  77.  
  78. <div id="wrapper">
  79.    <div id="page" style="border-style:dashed; border-color:#e4e4e4; line-height:30px; background:url(beian.png) no-repeat right 130px;">
  80.        <h1>网站已经被阻止访问</h1>
  81.        <h1>因未及时变更备案资料域名被列入异常名单</h1>
  82.        <h2>Sorry, the site now can not be accessed. </h2>
  83.  
  84.        <font color="green">当前域名:</font><font color="red" id="J_hostName"></font><br /><br />
  85.  
  86. 特别提醒:应工信部要求我司对备案资料进行了准确性核查,发现您的备案资料不正确,<br>并已在之前通过邮件、短信、微信、电话等方式给您发送了变更通知,但您依然未在规定时间内变更备案,<br>所以您的网站访问已经被暂停,若要恢复网站访问,您需要按以下流程操作:<br>
  87.  
  88. 1.登录备案系统立即变更资料,备案系统为  <a href="https://beian.vhostgo.com">beian.vhostgo.com</a>。<br>
  89. 2.若忘记了备案系统用户或密码,可在备案系统右上角点击【找回密码】找回。<br>
  90. 3.资料变更后在【备案信息】处点击【确定提交】将资料提交到我司审核(需用手机同步完成备案电子化核验)。<br>
  91. 4.我司管理员审核无误后,会将域名移出异常名单并恢复您的网站访问。<br>
  92. 5.若最终依然未变更备案,则您的备案号将被注销。<br>
  93. 6.也有可能您的备案已经被取消接入或注销!<br>
  94.  
  95.  
  96.    </div>
  97.  
  98. </div>
  99. <script>
  100.    function getUrlParams(key, urlStr) {
  101.        urlStr = urlStr || window.location.search.replace(/^\?/, "");
  102.        var regExp = /(&|^)([^=]+)=([^&]*)(&|$)/
  103.        var matched = urlStr.match(regExp);
  104.        var obj = {};
  105.        while (matched) {
  106.            obj[matched[2]] = matched[3];
  107.            urlStr = urlStr.replace(matched[0], "");
  108.            matched = urlStr.match(regExp);
  109.        }
  110.        return key ? obj[key] : obj;
  111.    }
  112.    var hostName = getUrlParams('data') || "";
  113.    document.getElementById('J_hostName').innerText = decodeURIComponent(hostName);
  114. </script>
  115. </body>
  116. </html>
  117.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda