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://bjps.oxfordjournals.org/rss/current.xml

  1. <html><head><script type="text/javascript"><!--
  2. function leastFactor(n) {
  3. if (isNaN(n) || !isFinite(n)) return NaN;
  4. if (typeof phantom !== 'undefined') return 'phantom';
  5. if (typeof module !== 'undefined' && module.exports) return 'node';
  6. if (n==0) return 0;
  7. if (n%1 || n*n<2) return 1;
  8. if (n%2==0) return 2;
  9. if (n%3==0) return 3;
  10. if (n%5==0) return 5;
  11. var m=Math.sqrt(n);
  12. for (var i=7;i<=m;i+=30) {
  13.  if (n%i==0)      return i;
  14.  if (n%(i+4)==0)  return i+4;
  15.  if (n%(i+6)==0)  return i+6;
  16.  if (n%(i+10)==0) return i+10;
  17.  if (n%(i+12)==0) return i+12;
  18.  if (n%(i+16)==0) return i+16;
  19.  if (n%(i+22)==0) return i+22;
  20.  if (n%(i+24)==0) return i+24;
  21. }
  22. return n;
  23. }
  24. function go() {
  25. var p=2280548921999; var s=2867981771; var n;
  26. if ((s >> 13) & 1)
  27. p+= 122839479* 14;/*
  28. p+= */else p-=/*
  29. *13;
  30. */18244450*/*
  31. *13;
  32. */14;/*
  33. *13;
  34. */if ((s >> 13) & 1) p+=/*
  35. *13;
  36. */143491823* 14;else p-=
  37. 8566669*/*
  38. p+= */14;/* 120886108*
  39. */if ((s >> 0) & 1) p+=424900695*3; else /*
  40. *13;
  41. */p-=/* 120886108*
  42. */1285190241*/*
  43. *13;
  44. */1;/*
  45. *13;
  46. */if ((s >> 4) & 1)/*
  47. else p-=
  48. */p+=
  49. 102063082*7; else /* 120886108*
  50. */p-=394047274* 5;if ((s >> 3) & 1) p+=/*
  51. p+= */285603800*/* 120886108*
  52. */4;
  53. else  p-=
  54. 371190225*
  55. 4; p-=4852213595;
  56. n=leastFactor(p);
  57. { document.cookie="KEY="+n+"*"+p/n+":"+s+":761079005:1;path=/; SameSite=none; Secure;";
  58.  document.location.reload(true); }
  59. }
  60. //--></script></head>
  61. <body onload="go()">
  62. Loading...
  63. </body>
  64. </html>
  65.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda