<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: XML Parsing Error: junk after document element</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/xml-parsing-error-junk-after-document-element</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/xml-parsing-error-junk-after-document-element/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>netpumber on XML Parsing Error: junk after document element</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/xml-parsing-error-junk-after-document-element#p23919</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/xml-parsing-error-junk-after-document-element#p23919</guid>
        	        	<description><![CDATA[<p>I made two changes and the error changed :</p>
</p>
<p>change 1</p>
<p>$sord = <strong>$_GET[&#39;sord&#39;];</strong></p>
<p>INTO</p>
<p>$sord = <strong>&#39;invid&#39;;</strong></p>
<p>change 2</p>
<p>$SQL = "SELECT invid, invdate, amount, tax,total, note FROM invheader ORDER BY <strong>$sidx $sord</strong> LIMIT $start , $limit";</p>
<p>INTO</p>
<p>$SQL = "SELECT invid, invdate, amount, tax,total, note FROM invheader ORDER BY<strong> $sidx , $sord</strong> LIMIT $start , $limit";</p>
<p>The XML error now be this :</p>
</p>
<blockquote>
<p>XML Parsing Error: junk after document element<br />Location: <a href="http://localhost/SpDatabase/res/grid/" rel="nofollow" target="_blank">http://localhost/SpDatabase/res/grid/</a><br />Line Number 62, Column 1:&#60;?xml version=&#39;1.0&#39; encoding=&#39;utf-8&#39;?&#62;&#60;rows&#62;&#60;br&#62;&#60;page&#62;1&#60;/page&#62;&#60;total&#62;1&#60;/total&#62;&#60;records&#62;1&#60;/records&#62;&#60;row id=&#39;1&#39;&#62;&#60;cell&#62;1&#60;/cell&#62;&#60;cell&#62;2001-01-10&#60;/cell&#62;&#60;cell&#62;103.00&#60;/cell&#62;&#60;cell&#62;45.00&#60;/cell&#62;&#60;cell&#62;149.00&#60;/cell&#62;&#60;cell&#62;&#60;![CDATA[This is record 1]]&#62;&#60;/cell&#62;&#60;/row&#62;&#60;/rows&#62;<br />^</p>
</blockquote>
<ol> </ol></p>
]]></description>
        	        	<pubDate>Fri, 08 Jul 2011 20:50:26 +0300</pubDate>
        </item>
        <item>
        	<title>netpumber on XML Parsing Error: junk after document element</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/xml-parsing-error-junk-after-document-element#p23918</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/xml-parsing-error-junk-after-document-element#p23918</guid>
        	        	<description><![CDATA[<p>Hi&#8230; Im tring to create the "myfirst grid" but when im running the script something goes wrong with xml file.</p>
</p>
<p>here is the output</p>
<blockquote>
<p>XML Parsing Error: junk after document element<br />Location: <a rel="nofollow" href="http://localhost/SpDatabase/res/grid/" target="_blank">http://localhost/SpDatabase/res/grid/</a><br />Line Number 62, Column 1:&#60;br /&#62;<br />^</p>
</blockquote>
<p>and here is the code of file index.php</p>
</p>
<p><a rel="nofollow" href="http://pastebin.com/cTDyPsyR" target="_blank">http://pastebin.com/cTDyPsyR</a></p>
</p>
<p>What do you think is going wrong ?</p>
</p>
<p>Thanks.</p>
<blockquote>
</blockquote>
]]></description>
        	        	<pubDate>Fri, 08 Jul 2011 20:04:19 +0300</pubDate>
        </item>
</channel>
</rss>