
Warning: SimpleXMLElement::addChild(): unterminated entity reference 

I had to use parenthesis because I assume... in /var/www/mikejw/application/blog/blog.php on line 159

Call Stack:
    0.0003     329876   1. {main}() /var/www/mikejw/public_html/index.php:0
    0.0082     692468   2. Empathy->__construct() /var/www/mikejw/public_html/index.php:3
    0.0306    1159680   3. Empathy->beginDispatch() /usr/share/php/empathy-trunk/lib/Empathy.php:63
    0.0306    1159680   4. Empathy\Bootstrap->dispatch() /usr/share/php/empathy-trunk/lib/Empathy.php:85
    0.0414    1920512   5. Empathy\Controller\blog->feed() /usr/share/php/empathy-trunk/lib/Bootstrap.php:68
    0.0445    2030528   6. SimpleXMLElement->addChild() /var/www/mikejw/application/blog/blog.php:159

<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title/>
		<link>http://www.mikejw.co.uk</link>
		<description>Web programmer guy</description>
		<language>en-us</language>
	<item><title>dot bashrc in OS X</title><link>http://www.mikejw.co.uk/blog/item/17</link><pubDate>Tue, 13 Dec 2011 09:52:03 +0000</pubDate><description>Today I joined the #bash IRC channel on freenode and asked if anyone knew the whereabouts of my .bashrc file on OS X. &#xA0;I noticed that if I set up a .bash_profile file then my old .profile file wouldn't be excecuted anymore.&#xA0; Thankfully 'lhunath...</description></item><item><title>Getting current action from view component in symfony</title><link>http://www.mikejw.co.uk/blog/item/16</link><pubDate>Wed, 06 Apr 2011 11:14:16 +0100</pubDate><description>&#xA0;&#xD;
$action =&#xD;
  $this-&gt;getContext()-&gt;getActionStack()&#xD;
  -&gt;getLastEntry()-&gt;getActionInstance();&#xD;
$action-&gt;redirect(''); // etc&#xD;
</description></item><item><title>Serving multiple Symfony apps from one project with one vhost</title><link>http://www.mikejw.co.uk/blog/item/15</link><pubDate>Thu, 27 Jan 2011 12:29:31 +0000</pubDate><description>I have created this simple three step approach for a Symfony project to switch application contexts while respecting the desire to have a global project-wide config file, vhost and default mod_rewrite configuration. &#xA0;&#xD;
1. /config.php:&#xD;
define...</description></item><item><title>PHP and Slots in Gentoo</title><link>http://www.mikejw.co.uk/blog/item/14</link><pubDate>Wed, 24 Nov 2010 13:51:46 +0000</pubDate><description>I had a gut-feeling using slots to quickly switch between different versions of PHP in Gentoo would be straightforward and it was.&#xA0; The only piece of the puzzle that eluded me for a while, in the end, was working out how to tell portage to install a...</description></item><item><title>Detaching a PHP script from the shell on Ubuntu</title><link>http://www.mikejw.co.uk/blog/item/13</link><pubDate>Thu, 22 Jul 2010 16:26:13 +0100</pubDate><description>I've learnt that detaching a PHP script from the shell and allowing it run as a daemon on Ubuntu is not as simple as I first thought. &#xA0;I couldn't simply add an ampersand like this:&#xD;
$ php ./script </description></item></channel>
</rss>

