<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/other/tags/code</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 19:28:56 GMT</pubDate>
<item>
<title>(Other) ISO 3166-1 alpha-2 CSV - freezy</title>
<link>http://snipplr.com/view/60531/iso-31661-alpha2-csv/</link>
<description><![CDATA[ <p>ISO 3166-1 alpha-2 in csv format</p> ]]></description>
<pubDate>Fri, 04 Nov 2011 04:54:40 GMT</pubDate>
<guid>http://snipplr.com/view/60531/iso-31661-alpha2-csv/</guid>
</item>
<item>
<title>(Other) How to configure the output format of the W3 CSS Validator - noah</title>
<link>http://snipplr.com/view/19817/how-to-configure-the-output-format-of-the-w3-css-validator/</link>
<description><![CDATA[ <p>The W3 CSS validator is pretty simple to [install locally for use behind the firewall](http://www.emacswiki.org/emacs/FlymakeCSS).

However, by default the validator spits out the whole CSS file after validation, which is inconvenient if your stylesheet is more than a few lines long.

Unfortunately it's not so obvious how to configure the validator to give pretty-printed, human-readable output.  In fact, all there is to it, is to choose a different output format from the several that are supported :)

By default the validator .jar file gives you "text" output, which includes the stylesheet.  To choose a different format, invoke the validator .jar file with an -output argument, like this:

    java -jar css-validator.jar -output  local-file:foo.css

where `` is any of xhtml, xml, text, soap12, json, ucn or gnu

If you just want the errors as (html-escaped) plain text, but without the CSS included, use `gnu`</p> ]]></description>
<pubDate>Wed, 16 Sep 2009 11:53:08 GMT</pubDate>
<guid>http://snipplr.com/view/19817/how-to-configure-the-output-format-of-the-w3-css-validator/</guid>
</item>
<item>
<title>(Other) Other Language Code - udayrayala</title>
<link>http://snipplr.com/view/5158/other-language-code/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 23 Feb 2008 05:06:55 GMT</pubDate>
<guid>http://snipplr.com/view/5158/other-language-code/</guid>
</item>
<item>
<title>(Other) PJ Hyett : Why SEO is Important - elliottcable</title>
<link>http://snipplr.com/view/2847/pj-hyett--why-seo-is-important/</link>
<description><![CDATA[ <p>Damn good tips</p> ]]></description>
<pubDate>Mon, 11 Jun 2007 23:10:42 GMT</pubDate>
<guid>http://snipplr.com/view/2847/pj-hyett--why-seo-is-important/</guid>
</item>
</channel>
</rss>