<?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>QVRP &#187; XML</title>
	<atom:link href="http://www.qvrp.net/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.qvrp.net</link>
	<description>Quintus van Rensburg Publishers, working the Net since 1997</description>
	<lastBuildDate>Tue, 24 Jan 2012 11:44:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>XML Error in blogging applications</title>
		<link>http://www.qvrp.net/xml-error-in-blogging-applications/</link>
		<comments>http://www.qvrp.net/xml-error-in-blogging-applications/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 09:34:38 +0000</pubDate>
		<dc:creator>Quintus van Rensburg</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[Adgator]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.qvrp.net/?p=8</guid>
		<description><![CDATA[I was trying to implement the Adgator code for a Blogger blog and my efforts was frustrated by the infernal XML error message.]]></description>
			<content:encoded><![CDATA[<p>I was trying to implement the <a href="http://adgator.co.za/">Adgator</a> code for a <a href="http://www.blogger.com">Blogger</a> blog and my efforts was frustrated by the infernal XML error *message: The reference to entity &#8220;whatever&#8221; must end with the &#8216;;&#8217; delimiter.</p>
<p>The solution was (eventually) fairly simple – isn&#8217;t it always.</p>
<p>Look for &amp; in the code.</p>
<p>Change every instance of &amp; to &amp; a m p ;<br />
This should work in <a href="http://www.wordpress.org">WordPress</a> and most other blog applications as well.</p>
<p>In the case of <a href="http://www.blogger.com">Blogger</a> / <a href="http://www.blogger.com">Blogspot</a> blogs this was used successfully in the theme file HTML. This was also reported to work in a Blogger post.</p>
<p>For <a href="http://adgator.co.za/">Adgator</a> users I suggest using the <a href="http://www.wordpress.org">WordPress</a> Code for your blogs. You will find a link to this code on the bottom of your “Get Ad Codes”-page.</p>
<p>*whatever can of course be anything in your case.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qvrp.net/xml-error-in-blogging-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

