<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>xhtml on chrismoos</title>
    <link>/tags/xhtml/</link>
    <description>Recent content in xhtml on chrismoos</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy; 2020 Chris Moos</copyright>
    <lastBuildDate>Tue, 29 Jan 2008 14:29:20 +0000</lastBuildDate><atom:link href="/tags/xhtml/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Pylons (X)HTML Validator Middleware</title>
      <link>/2008/01/29/pylons-xhtml-validator-middleware/</link>
      <pubDate>Tue, 29 Jan 2008 14:29:20 +0000</pubDate>
      
      <guid>/2008/01/29/pylons-xhtml-validator-middleware/</guid>
      <description>This middleware will use the W3 Validator Service to check if your page is valid HTML. It will only check each URI once so that it doesn&amp;rsquo;t slow down your site by validating every page load. It does this by placing the result of each URI into a memory cache(using Beaker). You can then call cache_is_valid_xhtml() in your template to determine if the current page is valid.
Note: The first time your page loads it will not display if the page is valid or not(It is validated AFTER the first response).</description>
    </item>
    
  </channel>
</rss>
