<?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 parseerror with userdata</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/xml-parseerror-with-userdata</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-parseerror-with-userdata/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>charliehtrirand on xml parseerror with userdata</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/xml-parseerror-with-userdata#p26655</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/xml-parseerror-with-userdata#p26655</guid>
        	        	<description><![CDATA[<p>Well, it appears if I put &#60;userdata&#62; inside the root (i.e., inside &#60;rows&#62;&#60;/rows&#62;) it works, at least I don&#39;t get parsererror.</p>
</p>
<p>The examples in the documentation all show &#60;userdata&#62; outside the root.</p>
]]></description>
        	        	<pubDate>Wed, 23 May 2012 22:54:03 +0300</pubDate>
        </item>
        <item>
        	<title>charliehtrirand on xml parseerror with userdata</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/xml-parseerror-with-userdata#p26654</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/xml-parseerror-with-userdata#p26654</guid>
        	        	<description><![CDATA[<p>Using the default xmlReader, this data&#160; works perfectly:</p>
</p>
<blockquote>
<p>"&#60;?xml version=&#39;1.0&#39; encoding=&#39;utf-8&#39;?&#62;<br />&#60;rows&#62;<br />&#60;page&#62;1&#60;/page&#62;<br />&#60;total&#62;1&#60;/total&#62;<br />&#60;records&#62;2&#60;/records&#62;<br />&#60;row id=&#39;4&#39;&#62;<br />&#60;cell&#62;foo bar&#60;/cell&#62;<br />&#60;cell&#62;5&#60;/cell&#62;<br />&#60;cell&#62;4&#60;/cell&#62;<br />&#60;cell&#62;1&#60;/cell&#62;<br />&#60;cell&#62;3&#60;/cell&#62;<br />&#60;cell&#62;&#60;/cell&#62;<br />&#60;/row&#62;<br />&#60;row id=&#39;3&#39;&#62;<br />&#60;cell&#62;bar bar&#60;/cell&#62;<br />&#60;cell&#62;5&#60;/cell&#62;<br />&#60;cell&#62;4&#60;/cell&#62;<br />&#60;cell&#62;5&#60;/cell&#62;<br />&#60;cell&#62;4&#60;/cell&#62;<br />&#60;cell&#62;&#60;/cell&#62;<br />&#60;/row&#62;<br />&#60;/rows&#62;<br />"</p>
</blockquote>
<p>Now all I do is add &#60;userdata&#62; and I get a parsererror:</p>
</p>
<blockquote>
<p>"&#60;?xml version=&#39;1.0&#39; encoding=&#39;utf-8&#39;?&#62;</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1268' value='Select Code' data-codeid='sfcode1268' /></p>
<div class='sfcode' id='sfcode1268'>&#60;userdata name=&#34;viewoption&#34;&#62;22&#60;/userdata&#62;</div>
<p>&#60;rows&#62;<br />&#60;page&#62;1&#60;/page&#62;<br />&#60;total&#62;1&#60;/total&#62;<br />&#60;records&#62;2&#60;/records&#62;<br />&#60;row id=&#39;4&#39;&#62;<br />&#60;cell&#62;foo bar&#60;/cell&#62;<br />&#60;cell&#62;5&#60;/cell&#62;<br />&#60;cell&#62;4&#60;/cell&#62;<br />&#60;cell&#62;1&#60;/cell&#62;<br />&#60;cell&#62;3&#60;/cell&#62;<br />&#60;cell&#62;&#60;/cell&#62;<br />&#60;/row&#62;<br />&#60;row id=&#39;3&#39;&#62;<br />&#60;cell&#62;bar bar&#60;/cell&#62;<br />&#60;cell&#62;5&#60;/cell&#62;<br />&#60;cell&#62;4&#60;/cell&#62;<br />&#60;cell&#62;5&#60;/cell&#62;<br />&#60;cell&#62;4&#60;/cell&#62;<br />&#60;cell&#62;&#60;/cell&#62;<br />&#60;/row&#62;<br />&#60;/rows&#62;<br />"</p>
</blockquote>
<p>According to the documentation, this should work. Why isn&#39;t it working?</p>
]]></description>
        	        	<pubDate>Wed, 23 May 2012 22:46:35 +0300</pubDate>
        </item>
</channel>
</rss>