<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Cleaner Print Command in PHP</title>
	<atom:link href="http://www.ideashower.com/learned/cleaner-print-command-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ideashower.com/learned/cleaner-print-command-in-php/</link>
	<description>A launchpad for new ideas for the web</description>
	<pubDate>Fri, 05 Dec 2008 09:22:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Rasmus Luckow-Nielsen</title>
		<link>http://www.ideashower.com/learned/cleaner-print-command-in-php/#comment-1842</link>
		<dc:creator>Rasmus Luckow-Nielsen</dc:creator>
		<pubDate>Thu, 14 Feb 2008 23:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideashower.com/learned/cleaner-print-command-in-php/#comment-1842</guid>
		<description>Hey
It's a bad habit - it might look cleaner, but if you're ever going to handle/parsing XML in PHP you will be in a lot of trouble (the PHP doc mentions this as well). That's one of the reasons that it's not enabled by default.
Stick to the  - that's the correct way of outputting stuff.

Greetings
/Rasmus</description>
		<content:encoded><![CDATA[<p>Hey<br />
It&#8217;s a bad habit - it might look cleaner, but if you&#8217;re ever going to handle/parsing XML in PHP you will be in a lot of trouble (the PHP doc mentions this as well). That&#8217;s one of the reasons that it&#8217;s not enabled by default.<br />
Stick to the  - that&#8217;s the correct way of outputting stuff.</p>
<p>Greetings<br />
/Rasmus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Weiner</title>
		<link>http://www.ideashower.com/learned/cleaner-print-command-in-php/#comment-1776</link>
		<dc:creator>Nate Weiner</dc:creator>
		<pubDate>Mon, 11 Feb 2008 15:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideashower.com/learned/cleaner-print-command-in-php/#comment-1776</guid>
		<description>I did some more research and found it here:
http://php.net/language.basic-syntax

You have to enable the short_open_tag directive in your php.ini file.
http://php.net/manual/en/ini.core.php#ini.short-open-tag</description>
		<content:encoded><![CDATA[<p>I did some more research and found it here:<br />
<a href="http://php.net/language.basic-syntax" rel="nofollow">http://php.net/language.basic-syntax</a></p>
<p>You have to enable the short_open_tag directive in your php.ini file.<br />
<a href="http://php.net/manual/en/ini.core.php#ini.short-open-tag" rel="nofollow">http://php.net/manual/en/ini.core.php#ini.short-open-tag</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Si</title>
		<link>http://www.ideashower.com/learned/cleaner-print-command-in-php/#comment-1775</link>
		<dc:creator>Si</dc:creator>
		<pubDate>Mon, 11 Feb 2008 14:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideashower.com/learned/cleaner-print-command-in-php/#comment-1775</guid>
		<description>Doesn't work in 4.4.7 :-(

I get the error: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';'</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work in 4.4.7 <img src='http://www.ideashower.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>I get the error: Parse error: syntax error, unexpected T_STRING, expecting &#8216;,&#8217; or &#8216;;&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
