<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[Content with Style - Comments on XSL and DTD]]></title>
    <link>http://www.contentwithstyle.co.uk/feeds/rss/comments/98</link>
    <description><![CDATA[]]></description>
    <pubDate>Tue, 06 Jan 2009 06:52:40 +0000</pubDate>
    <generator>Zend_Feed</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Content with Style - Comment #1 on XSL and DTD]]></title>
      <link>http://www.contentwithstyle.co.uk/content/xsl-and-dtd/#comment-516</link>
      <guid>http://www.contentwithstyle.co.uk/content/xsl-and-dtd/#comment-516</guid>
      <description><![CDATA[this is simpler:<br />
<br />
<pre>
&lt;xsl:output 
method=&quot;xml&quot; 
encoding=&quot;utf-8&quot; 
omit-xml-declaration=&quot;yes&quot; 
indent=&quot;no&quot; 
doctype-system=&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot; 
doctype-public=&quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; /&gt;
</pre>]]></description>
      <content:encoded><![CDATA[this is simpler:<br />
<br />
<pre>
&lt;xsl:output 
method=&quot;xml&quot; 
encoding=&quot;utf-8&quot; 
omit-xml-declaration=&quot;yes&quot; 
indent=&quot;no&quot; 
doctype-system=&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot; 
doctype-public=&quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; /&gt;
</pre>]]></content:encoded>
      <pubDate>Tue, 11 Apr 2006 07:12:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #2 on XSL and DTD]]></title>
      <link>http://www.contentwithstyle.co.uk/content/xsl-and-dtd/#comment-517</link>
      <guid>http://www.contentwithstyle.co.uk/content/xsl-and-dtd/#comment-517</guid>
      <description><![CDATA[Thanks a lot Anup, it definitely is &#8230; but even more important: it's way cleaner!]]></description>
      <content:encoded><![CDATA[Thanks a lot Anup, it definitely is &#8230; but even more important: it's way cleaner!]]></content:encoded>
      <pubDate>Tue, 11 Apr 2006 07:22:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #3 on XSL and DTD]]></title>
      <link>http://www.contentwithstyle.co.uk/content/xsl-and-dtd/#comment-540</link>
      <guid>http://www.contentwithstyle.co.uk/content/xsl-and-dtd/#comment-540</guid>
      <description><![CDATA[Another tidbit I found today was: exclude-result-prefixes=&quot;media&quot; to exclude unwanted namespace declarations from the output. Handy&#8230;]]></description>
      <content:encoded><![CDATA[Another tidbit I found today was: exclude-result-prefixes=&quot;media&quot; to exclude unwanted namespace declarations from the output. Handy&#8230;]]></content:encoded>
      <pubDate>Mon, 17 Apr 2006 08:58:06 +0000</pubDate>
    </item>
  </channel>
</rss>
