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://ro.uow.edu.au/jutlp/recent.rss

  1.  
  2.  
  3. <!doctype html>
  4. <html lang="en">
  5.  <head>
  6.    <meta charset="UTF-8">
  7.    <meta name="viewport" content="width=device-width, initial-scale=1">
  8.    
  9.  <title>404 - Page not found</title>
  10.  
  11.    <style>
  12.      html {
  13.        height: 100%;
  14.        min-height: 100%;
  15.        display: flex;
  16.        flex-direction: column;
  17.      }
  18.  
  19.      body {
  20.        overflow-y: scroll;
  21.        margin: 0;
  22.  
  23.        flex: 1 0 auto;
  24.        display: flex;
  25.        flex-direction: column;
  26.  
  27.        align-items: center;
  28.        justify-content: center;
  29.  
  30.        color: #464646;
  31.        font-family: Arial, 'Arial', Helvetica, sans-serif;
  32.        font-size: 14px;
  33.      }
  34.  
  35.      .flex-center {
  36.        display: flex;
  37.        align-items: center;
  38.        justify-content: center;
  39.      }
  40.  
  41.      .main-container {
  42.        max-width: 1000px;
  43.        width: 100%;
  44.  
  45.        flex: 1 0 auto;
  46.        flex-direction: column;
  47.  
  48.        padding: 0 20px;
  49.        box-sizing: border-box;
  50.        margin: 70px 0;
  51.      }
  52.  
  53.      .exclamation-wrapper {
  54.        display: flex;
  55.  
  56.        justify-content: center;
  57.        align-items: center;
  58.  
  59.        margin-bottom: 50px;
  60.      }
  61.  
  62.      .content-wrapper {
  63.        min-height: 231px;
  64.  
  65.        display: flex;
  66.  
  67.        justify-content: flex-start;
  68.        align-items: center;
  69.        flex-direction: column;
  70.      }
  71.  
  72.      h1 {
  73.        margin: 0;
  74.        padding: 0;
  75.  
  76.        text-align: center;
  77.        font-weight: bold;
  78.        font-size: 36px;
  79.        line-height: 41px;
  80.      }
  81.  
  82.      p {
  83.        margin: 0;
  84.        line-height: 21px;
  85.  
  86.        text-align: center;
  87.      }
  88.  
  89.      a {
  90.        color: #C74D5A;
  91.        text-decoration: none;
  92.  
  93.        white-space: nowrap;
  94.      }
  95.  
  96.      a:visited {
  97.        color: #C74D5A;
  98.      }
  99.  
  100.      .light-text {
  101.        color: #717171;
  102.      }
  103.  
  104.      .medium-text {
  105.        font-size: 16px;
  106.        line-height: 21px;
  107.      }
  108.  
  109.      .error-description {
  110.        margin: 10px 0;
  111.      }
  112.  
  113.      .error-code {
  114.        font-weight: bold;
  115.        line-height: 16px;
  116.      }
  117.  
  118.      .error-reason {
  119.        max-width: 628px;
  120.        margin: 59px 0;
  121.        text-align: center;
  122.      }
  123.  
  124.      footer {
  125.        max-width: 628px;
  126.        width: 100%;
  127.  
  128.        flex-wrap: wrap;
  129.  
  130.        padding-top: 20px;
  131.        border-top: 1px solid #DDDDDD;
  132.      }
  133.  
  134.      .footer-link-wrapper {
  135.        position: relative;
  136.        padding: 0 7px;
  137.      }
  138.  
  139.      .footer-link-wrapper:not(:last-of-type)::after {
  140.        position: absolute;
  141.        right: 0;
  142.  
  143.        content: "";
  144.        display: block;
  145.        border-right: 1px solid #DDDDDD;
  146.  
  147.        height: 14px;
  148.      }
  149.  
  150.      footer a {
  151.        padding: 0 7px;
  152.  
  153.        min-height: 24px;
  154.      }
  155.    </style>
  156.    
  157.  </head>
  158.  <body>
  159.    <div class="main-container flex-center">
  160.      <div class="exclamation-wrapper">
  161.    <svg width="12" height="68" viewBox="0 0 12 68" fill="none" xmlns="http://www.w3.org/2000/svg">
  162.      <path fill-rule="evenodd" clip-rule="evenodd" d="M3 0C1.34277 0 0 1.34375 0 3V46C0 47.6562 1.34277 49 3 49H9C10.6572 49 12 47.6562 12 46V3C12 1.34375 10.6572 0 9 0H3ZM3 56C1.34277 56 0 57.3438 0 59V65C0 66.6562 1.34277 68 3 68H9C10.6572 68 12 66.6562 12 65V59C12 57.3438 10.6572 56 9 56H3Z" fill="#464646"/>
  163.    </svg>
  164.  </div>
  165.  
  166.      <div class="content-wrapper">
  167.          
  168.  <h1>the page cannot be found</h1>
  169.  <div class="error-description">
  170.    <p>The page you are looking for does not exist</p>
  171.    <p>or has been removed</p>
  172.  </div>
  173.  
  174.      </div>
  175.  
  176.      
  177.      
  178.      <footer class="flex-center">
  179.        
  180.          <span class="footer-link-wrapper flex-center">
  181.            <a class="flex-center" href="https://ro.uow.edu.au/">Go to homepage</a>
  182.          </span>
  183.        
  184.      </footer>
  185.    </div>
  186.  </body>
  187. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda