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://blog.maly.cz/index.php?rss

  1. <!doctype html>
  2. <html><head><script>
  3. var redir=[]
  4. var pn = window.location.pathname
  5. var n = window.location.search
  6.  
  7. if (n.indexOf("?item=")>=0) {
  8. n = n.substr(6)
  9. pn = "/pnc"+n+".html"
  10. document.location.href = pn
  11. }
  12. if (n.indexOf("?cmt=")>=0) {
  13. n = n.substr(5)
  14. pn = "/pnc"+n+".html"
  15. document.location.href = pn
  16. }
  17.  
  18. if (n.indexOf("?archive=")>=0) {
  19. n = n.substr(9)
  20. pn = "/pna"+n+".html"
  21. document.location.href = pn
  22. }
  23. console.log(pn)
  24. /*
  25. if (redir[pn]) {
  26. document.location.href = redir[pn]
  27. } else {
  28. document.location.href = "https://blog.maly.cz"
  29. }*/
  30. </script>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda