W3C Feed Validation Service with SOAP
Do you remember to check the validity of your feeds every now and then, preferably after each new post you make? I know I sometimes forget. Errors in your feed can lead to it not being parsed by certain feed readers, as noted in IE7 will only support well-formed RSS feeds. And you probably don’t want that to happen.
The Feed Validator for Atom and RSS that Mark Pilgrim and Sam Ruby created has been online for a long time, but it is now also available at the W3C website: W3C Feed Validation Service. Of special interest to developers of software that create feeds is that The W3C Feed Validator exposes its Web service as a SOAP 1.2 interface, which you can use in your own applications.
.
- Previous post: CAPTCHA is bad for accessibility
- Next post: 24 web development tips and tricks
Subscribe / follow
Sponsors
Authentic Jobs
- Freelance Frontend Developer - jQuery/HTML5/PHP at Bywave
- Sr. Front End Engineer at BitTorrent (San Francisco, CA, Ca, US)
- iOS Developer at Rocket Mobile (Austin, TX, Te, US)
- Web Developer at NYCEDC (New York, NY, Ne, US)
DreamHost web hosting
Use the promo code 456BEREASTREET3 to save USD 20 when you sign up for DreamHost


Comments
I’ve been using the perl script so graciously provided by Ben Hammersly for almost a year now. It hasn’t let me down yet, and it validates my site every time I do an update to my feedreader. If you’re interested you can find it at http://www.benhammersley.com/code/xhtmlvalidatortorsssource.html
Comments are disabled for this post (read why), but if you have spotted an error or have additional info that you think should be in this post, feel free to contact me.