<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Processing output with SimpleXML</title>
	<atom:link href="http://www.davedevelopment.co.uk/2008/07/08/processing-output-with-simplexml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davedevelopment.co.uk/2008/07/08/processing-output-with-simplexml/</link>
	<description>Dave Marshall</description>
	<lastBuildDate>Sun, 24 Jan 2010 23:46:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bookmarks about Link</title>
		<link>http://www.davedevelopment.co.uk/2008/07/08/processing-output-with-simplexml/comment-page-1/#comment-64259</link>
		<dc:creator>Bookmarks about Link</dc:creator>
		<pubDate>Thu, 04 Sep 2008 09:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.davedevelopment.co.uk/?p=67#comment-64259</guid>
		<description>[...] - bookmarked by 5 members originally found by stefan on 2008-08-14  Processing output with SimpleXML  http://www.davedevelopment.co.uk/2008/07/08/processing-output-with-simplexml/ - bookmarked by 1 [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; bookmarked by 5 members originally found by stefan on 2008-08-14  Processing output with SimpleXML  <a href="http://www.davedevelopment.co.uk/2008/07/08/processing-output-with-simplexml/" rel="nofollow">http://www.davedevelopment.co.uk/2008/07/08/processing-output-with-simplexml/</a> &#8211; bookmarked by 1 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piccolo Principe</title>
		<link>http://www.davedevelopment.co.uk/2008/07/08/processing-output-with-simplexml/comment-page-1/#comment-58530</link>
		<dc:creator>Piccolo Principe</dc:creator>
		<pubDate>Wed, 09 Jul 2008 11:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.davedevelopment.co.uk/?p=67#comment-58530</guid>
		<description>Maybe a Two Step View approach will be more extendable. What if you want to add some divs here and there?
A good overview on buffering, but with frameworks and plugins now we have better solutions.</description>
		<content:encoded><![CDATA[<p>Maybe a Two Step View approach will be more extendable. What if you want to add some divs here and there?<br />
A good overview on buffering, but with frameworks and plugins now we have better solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daveyboy</title>
		<link>http://www.davedevelopment.co.uk/2008/07/08/processing-output-with-simplexml/comment-page-1/#comment-58441</link>
		<dc:creator>daveyboy</dc:creator>
		<pubDate>Tue, 08 Jul 2008 17:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.davedevelopment.co.uk/?p=67#comment-58441</guid>
		<description>Oh yeah, don&#039;t get me wrong, if it can be done without SimpleXML then go for it. 

My initial problem required something this complex. It basically required modifying a specfic set of tags, with SimpleXML I could run an XPath query and modify them, but easier than writing very complex regular expressions etc.</description>
		<content:encoded><![CDATA[<p>Oh yeah, don&#8217;t get me wrong, if it can be done without SimpleXML then go for it. </p>
<p>My initial problem required something this complex. It basically required modifying a specfic set of tags, with SimpleXML I could run an XPath query and modify them, but easier than writing very complex regular expressions etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Fountain</title>
		<link>http://www.davedevelopment.co.uk/2008/07/08/processing-output-with-simplexml/comment-page-1/#comment-58433</link>
		<dc:creator>Tim Fountain</dc:creator>
		<pubDate>Tue, 08 Jul 2008 16:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.davedevelopment.co.uk/?p=67#comment-58433</guid>
		<description>An ingenious solution, but wouldn&#039;t it have been easier to do this with str_replace()? E.g.

$buffer = str_replace(&#039;&#039;, &#039;&#039;, $buffer);

Should run much faster than parsing the entire document as XML.</description>
		<content:encoded><![CDATA[<p>An ingenious solution, but wouldn&#8217;t it have been easier to do this with str_replace()? E.g.</p>
<p>$buffer = str_replace(&#8221;, &#8221;, $buffer);</p>
<p>Should run much faster than parsing the entire document as XML.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
