<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>... coding (the life) &#187; xhtml</title>
	<atom:link href="http://www.marvinmarcelo.com/tag/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marvinmarcelo.com</link>
	<description>Anything about programming, and a little about me.</description>
	<lastBuildDate>Mon, 09 Jan 2012 13:44:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Quick and Dirty, and yet Tidy</title>
		<link>http://www.marvinmarcelo.com/quick-and-dirty-and-yet-tidy/</link>
		<comments>http://www.marvinmarcelo.com/quick-and-dirty-and-yet-tidy/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 02:56:29 +0000</pubDate>
		<dc:creator>Marvin</dc:creator>
				<category><![CDATA[me stuff]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[tidy]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.marvinmarcelo.com/?p=1146</guid>
		<description><![CDATA[I just got the title from the source, read it yourself This options worked for me! I&#8217;ve been having trouble trying tidy on my CMS. But it only renders tidy&#8217;ed the content inside &#60;body&#62; and worst, everything outside it are &#8230; <a href="http://www.marvinmarcelo.com/quick-and-dirty-and-yet-tidy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just got the title from the source, <a href="http://www.php.net/manual/en/tidy.examples.php#85268">read it</a> yourself <img src='http://www.marvinmarcelo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This <a href="http://www.php.net/manual/en/tidy.examples.php#85268">options</a> worked for me! I&#8217;ve been having trouble trying <a href="http://www.php.net/tidy">tidy</a> on my CMS. But it only renders tidy&#8217;ed the content inside &lt;body&gt; and worst, everything outside it are stripped off &#8211; no title, and meta&#8217;s neither opening and closing html</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$config</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
  <span style="color: #0000ff;">'indent'</span>      <span style="color: #339933;">=&gt;</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">,</span>
  <span style="color: #0000ff;">'output-xml'</span>  <span style="color: #339933;">=&gt;</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">,</span>
  <span style="color: #0000ff;">'input-xml'</span>   <span style="color: #339933;">=&gt;</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">,</span>
  <span style="color: #0000ff;">'wrap'</span>        <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'1000'</span>
<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>For detailed options and their uses, look at their <a href="http://tidy.sourceforge.net/docs/quickref.html">quickref</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marvinmarcelo.com/quick-and-dirty-and-yet-tidy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

