RSS/Atom Feed-Validator
Prüft Feeds aus URL oder Upload. Erkennt XML-Fehler (Zeile/Spalte) und typische Spezifikations-Probleme.
Optionaler HTML-Check in <description>/<content> (DOMDocument; Tidy, falls vorhanden).
Prüfung starten
Beispiel-Feeds
-
BBC News (RSS 2.0)
https://feeds.bbci.co.uk/news/rss.xml
-
tagesschau (RSS 2.0)
https://www.tagesschau.de/xml/rss2
-
Heise Online (Atom 1.0)
https://www.heise.de/rss/heise-atom.xml
-
Hacker News Frontpage (RSS)
https://hnrss.org/frontpage
-
Reddit r/news (Atom)
https://www.reddit.com/r/news/.rss
-
NASA Breaking News (RSS)
https://www.nasa.gov/rss/dyn/breaking_news.rss
Ergebnis
Feed-Titel: Hacker News: Front Page
Website:
https://news.ycombinator.com/
Feed-URL:
https://hnrss.org/frontpage
Typ: rss2 (version 2.0)
Items gezählt: 20
Content-Type: application/xml; charset=utf-8
HTML-Check: aktiv
Hinweise / mögliche Probleme
- Keine XML-Encoding-Deklaration gefunden (empfohlen: UTF-8).
- Item #1: keine Tags/Kategorien (<category>) gefunden.
- Item #2: keine Tags/Kategorien (<category>) gefunden.
- Item #3: keine Tags/Kategorien (<category>) gefunden.
- Item #4: keine Tags/Kategorien (<category>) gefunden.
- Item #5: keine Tags/Kategorien (<category>) gefunden.
- Item #6: keine Tags/Kategorien (<category>) gefunden.
- Item #7: keine Tags/Kategorien (<category>) gefunden.
- Item #8: keine Tags/Kategorien (<category>) gefunden.
- Item #9: keine Tags/Kategorien (<category>) gefunden.
- Item #10: keine Tags/Kategorien (<category>) gefunden.
- Item #10: description enthält nicht escapte &-Zeichen.
- Item #10: Unescapte &-Zeichen im HTML-Fragment.
- Item #10: HTML: htmlParseEntityRef: no name
- Item #11: keine Tags/Kategorien (<category>) gefunden.
- Item #12: keine Tags/Kategorien (<category>) gefunden.
- Item #13: keine Tags/Kategorien (<category>) gefunden.
- Item #14: keine Tags/Kategorien (<category>) gefunden.
- Item #15: keine Tags/Kategorien (<category>) gefunden.
- Item #15: description enthält nicht escapte &-Zeichen.
- Item #15: Unescapte &-Zeichen im HTML-Fragment.
- Item #15: HTML: htmlParseEntityRef: expecting ';'
- Item #15: Tidy: line 1 column 748 - Warning: unescaped & or unknown entity "&leadSource"
- Item #16: keine Tags/Kategorien (<category>) gefunden.
- Item #17: keine Tags/Kategorien (<category>) gefunden.
- Item #18: keine Tags/Kategorien (<category>) gefunden.
- Item #19: keine Tags/Kategorien (<category>) gefunden.
- Item #20: keine Tags/Kategorien (<category>) gefunden.
Vorschau (erste 5 Items)
-
In Emacs, Everything Looks Like a Service
Article URL: http://yummymelon.com/devnull/in-emacs-everything-looks-like-a-service.html Comments URL: https://news.ycombinator.com/item?id=48857230 Points: 4 # Comments: 0
-
AI-generated videos to maximally drive a target brain region
Article URL: https://nevo-project.epfl.ch/ Comments URL: https://news.ycombinator.com/item?id=48856904 Points: 50 # Comments: 49
-
Build your own vulnerability harness
Article URL: https://blog.cloudflare.com/build-your-own-vulnerability-harness/ Comments URL: https://news.ycombinator.com/item?id=48854681 Points: 45 # Comments: 19
-
Parental device use and the adolescent-caregiver attachment bond
Article URL: https://www.frontiersin.org/journals/psychology/articles/10.3389/fpsyg.2026.1766665/full Comments URL: https://news.ycombinator.com/item?id=48854247 Points: 127 # Comments: 103
-
Why American ambulance rides are so expensive
Article URL: https://davidoks.blog/p/why-american-ambulance-rides-are Comments URL: https://news.ycombinator.com/item?id=48853091 Points: 214 # Comments: 283
Was wird geprüft?
- Wohlgeformtes XML (Zeile/Spalte bei Fehlern)
- RSS 2.0:
<channel>-Pflichtfelder; Items: Titel/Link/description;<guid>-Existenz & Duplikate;<pubDate>RFC-2822 - Atom 1.0:
<title>,link rel="alternate",<updated>ISO-8601 - Self-Reference via
atom:link rel="self"!= Abruf-URL - Unescapte
&in description/content - Tags/Kategorien: Warnung, wenn ein Item/Entry keine
<category>enthält - HTML-Fragment-Check (abschaltbar) in description/content (DOMDocument; optional Tidy)
- Content-Type-Hinweis (empfohlen:
application/rss+xml/application/atom+xml)