<?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: The Processing Instruction Target Matching &#8220;[xX][mM][lL]&#8221; is Not Allowed</title>
	<atom:link href="http://www.anujgakhar.com/2009/02/17/the-processing-instruction-target-matching-xxmmll-is-not-allowed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anujgakhar.com/2009/02/17/the-processing-instruction-target-matching-xxmmll-is-not-allowed/</link>
	<description>My thoughts on ColdFusion, Flex and other RIA stuff....</description>
	<lastBuildDate>Wed, 08 Feb 2012 01:51:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Asma Khanam</title>
		<link>http://www.anujgakhar.com/2009/02/17/the-processing-instruction-target-matching-xxmmll-is-not-allowed/comment-page-1/#comment-20511</link>
		<dc:creator>Asma Khanam</dc:creator>
		<pubDate>Mon, 23 Jan 2012 09:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=308#comment-20511</guid>
		<description>One more reason for  failure of  parsing could be the doctype.  For example if the xml file contains a doctype element   
and .dtd is not found. then also it will through the same error.  Simply thing to avoid this error is just replace the line with empty space.</description>
		<content:encoded><![CDATA[<p>One more reason for  failure of  parsing could be the doctype.  For example if the xml file contains a doctype element<br />
and .dtd is not found. then also it will through the same error.  Simply thing to avoid this error is just replace the line with empty space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel M.</title>
		<link>http://www.anujgakhar.com/2009/02/17/the-processing-instruction-target-matching-xxmmll-is-not-allowed/comment-page-1/#comment-12736</link>
		<dc:creator>Pavel M.</dc:creator>
		<pubDate>Fri, 02 Dec 2011 08:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=308#comment-12736</guid>
		<description>I was playing about with the eBay developer web services and found out that the xmlns set on the root element was invalid. This resulted in the above error.

Here&#039;s the xml:



...


But if you try and go to the URL in the xmlns you will see it&#039;s page not found. And this was causing the problem.

In PHP I just did a string replace to eliminate it just because I needed a very quick fix.
Hope this helps someone.</description>
		<content:encoded><![CDATA[<p>I was playing about with the eBay developer web services and found out that the xmlns set on the root element was invalid. This resulted in the above error.</p>
<p>Here&#8217;s the xml:</p>
<p>&#8230;</p>
<p>But if you try and go to the URL in the xmlns you will see it&#8217;s page not found. And this was causing the problem.</p>
<p>In PHP I just did a string replace to eliminate it just because I needed a very quick fix.<br />
Hope this helps someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Direct mail</title>
		<link>http://www.anujgakhar.com/2009/02/17/the-processing-instruction-target-matching-xxmmll-is-not-allowed/comment-page-1/#comment-12503</link>
		<dc:creator>Direct mail</dc:creator>
		<pubDate>Wed, 30 Nov 2011 16:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=308#comment-12503</guid>
		<description>I too came up with the same error where it showed that the processing instruction was not allowed while I was trying to construct a similar variable as yours. Since I could not find anything particularly wrong about the code, I had to stop the work. Now that you have come up with the solution for this, I was able to rectify the situation. I never thought that the presence of characters before the starting XML would create such an obstruction.</description>
		<content:encoded><![CDATA[<p>I too came up with the same error where it showed that the processing instruction was not allowed while I was trying to construct a similar variable as yours. Since I could not find anything particularly wrong about the code, I had to stop the work. Now that you have come up with the solution for this, I was able to rectify the situation. I never thought that the presence of characters before the starting XML would create such an obstruction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit Maheshwari</title>
		<link>http://www.anujgakhar.com/2009/02/17/the-processing-instruction-target-matching-xxmmll-is-not-allowed/comment-page-1/#comment-10006</link>
		<dc:creator>Ankit Maheshwari</dc:creator>
		<pubDate>Wed, 28 Sep 2011 18:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=308#comment-10006</guid>
		<description>Thanx for the reply.....it solved my pblm....just edit the file using text and remove white spaces from the beginning.</description>
		<content:encoded><![CDATA[<p>Thanx for the reply&#8230;..it solved my pblm&#8230;.just edit the file using text and remove white spaces from the beginning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Horn</title>
		<link>http://www.anujgakhar.com/2009/02/17/the-processing-instruction-target-matching-xxmmll-is-not-allowed/comment-page-1/#comment-9573</link>
		<dc:creator>Horn</dc:creator>
		<pubDate>Thu, 01 Sep 2011 09:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=308#comment-9573</guid>
		<description>Thank you all. I happened to stumble into that annoying mistake too. Emacs showed me that there&#039;d been a full line of white spaces in the beginning of my XML file. No idea why i didn&#039;t notice that in other text editors.</description>
		<content:encoded><![CDATA[<p>Thank you all. I happened to stumble into that annoying mistake too. Emacs showed me that there&#8217;d been a full line of white spaces in the beginning of my XML file. No idea why i didn&#8217;t notice that in other text editors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitheesh R</title>
		<link>http://www.anujgakhar.com/2009/02/17/the-processing-instruction-target-matching-xxmmll-is-not-allowed/comment-page-1/#comment-7843</link>
		<dc:creator>Nitheesh R</dc:creator>
		<pubDate>Mon, 13 Jun 2011 07:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=308#comment-7843</guid>
		<description>Thanks a lot ..</description>
		<content:encoded><![CDATA[<p>Thanks a lot ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jks</title>
		<link>http://www.anujgakhar.com/2009/02/17/the-processing-instruction-target-matching-xxmmll-is-not-allowed/comment-page-1/#comment-5770</link>
		<dc:creator>jks</dc:creator>
		<pubDate>Wed, 10 Nov 2010 18:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=308#comment-5770</guid>
		<description>I had this weird error and was searching the net for some answers....and found this site!! Thank you soo much - you solved my problem!!! i should have searched the net before...</description>
		<content:encoded><![CDATA[<p>I had this weird error and was searching the net for some answers&#8230;.and found this site!! Thank you soo much &#8211; you solved my problem!!! i should have searched the net before&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dima</title>
		<link>http://www.anujgakhar.com/2009/02/17/the-processing-instruction-target-matching-xxmmll-is-not-allowed/comment-page-1/#comment-3333</link>
		<dc:creator>Dima</dc:creator>
		<pubDate>Fri, 24 Apr 2009 15:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=308#comment-3333</guid>
		<description>After some tests I found out that 
the first line in the XML file

must be in lower case. Otherwise the same error shows up:
“The Processing Instruction Target 
Matching “[xX][mM][lL]” is Not Allowed”
Also the tags in the schema should be the same case as the tags in the XML file.

Thanks for your help</description>
		<content:encoded><![CDATA[<p>After some tests I found out that<br />
the first line in the XML file</p>
<p>must be in lower case. Otherwise the same error shows up:<br />
“The Processing Instruction Target<br />
Matching “[xX][mM][lL]” is Not Allowed”<br />
Also the tags in the schema should be the same case as the tags in the XML file.</p>
<p>Thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Gakhar</title>
		<link>http://www.anujgakhar.com/2009/02/17/the-processing-instruction-target-matching-xxmmll-is-not-allowed/comment-page-1/#comment-3332</link>
		<dc:creator>Anuj Gakhar</dc:creator>
		<pubDate>Fri, 24 Apr 2009 11:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=308#comment-3332</guid>
		<description>@Dima, I dont think that should make a difference. Did you test it out?</description>
		<content:encoded><![CDATA[<p>@Dima, I dont think that should make a difference. Did you test it out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dima</title>
		<link>http://www.anujgakhar.com/2009/02/17/the-processing-instruction-target-matching-xxmmll-is-not-allowed/comment-page-1/#comment-3325</link>
		<dc:creator>Dima</dc:creator>
		<pubDate>Wed, 22 Apr 2009 19:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=308#comment-3325</guid>
		<description>Would it matter to a parser if the string that contains contents of xml file is all in upper case?

I think this is the issue for me.
I havent tested it yet</description>
		<content:encoded><![CDATA[<p>Would it matter to a parser if the string that contains contents of xml file is all in upper case?</p>
<p>I think this is the issue for me.<br />
I havent tested it yet</p>
]]></content:encoded>
	</item>
</channel>
</rss>

