<?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: Performence issue with tabletogrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/performence-issue-with-tabletogrid</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/performence-issue-with-tabletogrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>koenboone on Performence issue with tabletogrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/performence-issue-with-tabletogrid#p27821</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/performence-issue-with-tabletogrid#p27821</guid>
        	        	<description><![CDATA[<p>Not counting the nested ajax calls, I found this &#39;reworked&#39; tabletogrid function that is a lot faster:</p>
<p><a rel="nofollow" href="http://s339.codeinspot.com/q/1918992" target="_blank">http://s339.codeinspot.com/q/1918992</a></p>
<p>It does however produces some disadvantages, for example column sorting doesn&#39;t seem to work anymore.</p>
<p>But it is surely faster if you only need to display a grid 🙂</p>
]]></description>
        	        	<pubDate>Sat, 01 Dec 2012 23:13:10 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Performence issue with tabletogrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/performence-issue-with-tabletogrid#p25573</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/performence-issue-with-tabletogrid#p25573</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sure it is possible. You have 3 nested ajax calls - please check these calls how long they are?</p>
<p>As simple as possible please test it without these ajax calls.</p>
<p>Not sure, but I think you should implement ajax queene.</p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Tue, 03 Jan 2012 13:52:22 +0200</pubDate>
        </item>
        <item>
        	<title>elwood on Performence issue with tabletogrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/performence-issue-with-tabletogrid#p25569</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/performence-issue-with-tabletogrid#p25569</guid>
        	        	<description><![CDATA[<p>Hi there,</p>
<p>I got heavy performance issues with the tabletogrid function. I try to convert a table with 325 records. It takes about 3 seconds to build the html table, but afterwards, when I try to convert it, it takes about 1.5 minutes. Is there a chance to improve the speed? It would be great, if anybody could give me some good advices.</p>
</p>
<p>Here is my code:</p>
<p>&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&#62;</p>
<p>&#60;html&#62;</p>
<p>&#160; &#60;head&#62;</p>
<p>&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" href="/smards_html/ui.jqgrid.css"&#62;</p>
<p>&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" href="/smards_html/jquery-ui.css"&#62;</p>
<p>&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" href="/smards_html/jquery-ui.custom.css"&#62;</p>
<p>&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" href="/smards_html/searchFilter.css" /&#62;</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript" language="JavaScript" src="/smards_html/jquery.js"&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript" language="JavaScript" src="/smards_html/jquery.transform.js"&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript" language="JavaScript" src="/smards_html/jquery.jqGrid.js"&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript" src="/smards_html/jquery-ui.js"&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript" src="/smards_html/grid.locale-de.js"&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript" src="/smards_html/grid.base.js"&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript" src="/smards_html/grid.common.js"&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript" src="/smards_html/grid.formedit.js"&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript" src="/smards_html/grid.celledit.js"&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript" src="/smards_html/grid.inlinedit.js"&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript" src="/smards_html/grid.custom.js"&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript" src="/smards_html/jquery.fmatter.js"&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript" src="/smards_html/jquery.searchFilter.js"&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript" src="/smards_html/grid.jqueryui.js"&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript"&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160; $(test);</p>
<p>&#160;&#160;&#160;&#160;&#160; function test(){</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#selectionTable tr").mouseover(function(){</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(this).addClass("highlight");</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; }).mouseout(function(){</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(this).removeClass("highlight");</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; }).click(function(){</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(this).addClass(&#39;selected&#39;);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#gridDIV&#39;).empty();</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var vTable = $(this).children("td:first").text();</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $.post(&#39;url&#8230;?IBIF_ex=GRDR001T&#38;&#124;V_TABLE=&#39;+vTable,function(titles){</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $.post(&#39;url&#8230;?IBIF_ex=GRDR001C&#38;&#124;V_TABLE=&#39;+vTable,function(colMod){</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $.post(&#39;url&#8230;?IBIF_ex=GRDR001&#38;&#124;V_TABLE=&#39;+vTable,function(data){</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#gridDIV&#39;).transform({async:false,xmlstr:data,xsl:&#39;url&#8230;test.xsl&#39;,complete:function(html,xsl,xml,transform){</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#gridDIV&#39;).append(&#39;&#60;div id="pagerDIV"&#62;&#60;/div&#62;&#39;);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; eval(colMod);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; eval(titles);</p>
<p>// until here it takes about 2-3 seconds</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; tableToGrid($(&#39;#gridDIVTable&#39;),{</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; autowidth:&#160;&#160; true,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ignoreCase:&#160; true,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height:&#160;&#160;&#160;&#160;&#160; &#39;100%&#39;,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; width:&#160;&#160;&#160;&#160;&#160;&#160; &#39;100%&#39;,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager:&#160;&#160;&#160;&#160;&#160;&#160; &#39;#pagerDIV&#39;,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum:&#160;&#160;&#160;&#160;&#160; 30,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList:&#160;&#160;&#160;&#160; [10,20,30],</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rownumbers:&#160; true,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; gridview:&#160;&#160;&#160; true,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype:&#160;&#160;&#160;&#160;&#160;&#160; &#39;POST&#39;,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editurl:&#160;&#160;&#160;&#160; &#39;url&#8230;?IBIF_ex=GRDR001S&#39;,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption:&#160;&#160;&#160;&#160; vTable,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:&#160;&#160;&#160; vColNames,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel:&#160;&#160;&#160; vColModel</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</p>
<p>// until here about 2 minutes&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }});</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },&#39;text&#39;);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },&#39;text&#39;);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },&#39;text&#39;);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</p>
<p>&#160;&#160;&#160;&#160;&#160; }</p>
<p>&#160;&#160;&#160; &#60;/script&#62;</p>
<p>&#160; &#60;/head&#62;</p>
<p>&#160; &#60;body id="ctsBody"&#62;</p>
<p>&#160;&#160;&#160; &#60;table&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160; &#60;tr&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;table id="selectionTable"&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tr&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;th&#62;Tables&#60;/th&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/tr&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tr&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;Test_table&#60;/td&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/tr&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/table&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/td&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;div id="gridDIV"&#62;&#60;/div&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/td&#62;</p>
<p>&#160;&#160;&#160;&#160;&#160; &#60;/tr&#62;</p>
<p>&#160;&#160;&#160; &#60;/table&#62;</p>
<p>&#160; &#60;/body&#62;</p>
<p>&#60;/html&#62;</p>
</p>
<p>And here are some sample data:&#160;</p>
</p>
<div><span>&#60;TABLE id="gridDIVTable"&#62;</span></div>
<div>&#160; &#60;TBODY&#62;</div>
<div>&#160;&#160;&#160; &#60;TR&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TH&#62;LINE_NO&#60;/TH&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TH&#62;REPORT&#60;/TH&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TH&#62;SELFILE&#60;/TH&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TH&#62;FILETYPE&#60;/TH&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TH&#62;TEST_VALUE&#60;/TH&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TH&#62;RESULT_VALUE&#60;/TH&#62;</div>
<div>&#160;&#160;&#160; &#60;/TR&#62;</div>
<div>&#160;&#160;&#160; &#60;TR&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="right"&#62;1&#60;/TD&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="left"&#62;UFFR008&#60;/TD&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="left"&#62;DR008_01&#60;/TD&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="right"&#62;1&#60;/TD&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="left"&#62;0001600000255806706&#60;/TD&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="left"&#62;05092011&#60;/TD&#62;</div>
<div>&#160;&#160;&#160; &#60;/TR&#62;</div>
<div>&#160;&#160;&#160; &#60;TR&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="right"&#62;2&#60;/TD&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="left"&#62;UFFR008&#60;/TD&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="left"&#62;DR008_01&#60;/TD&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="right"&#62;1&#60;/TD&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="left"&#62;0001600000256880819&#60;/TD&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="left"&#62;09222010&#60;/TD&#62;</div>
<div>&#160;&#160;&#160; &#60;/TR&#62;</div>
<div>&#160;&#160;&#160; &#60;TR&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="right"&#62;3&#60;/TD&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="left"&#62;UFFR008&#60;/TD&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="left"&#62;DR008_01&#60;/TD&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="right"&#62;1&#60;/TD&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="left"&#62;0001600000854351575&#60;/TD&#62;</div>
<div>&#160;&#160;&#160;&#160;&#160; &#60;TD align="left"&#62;01152010&#60;/TD&#62;</div>
<div>&#160;&#160;&#160; &#60;/TR&#62;</div>
<div>&#160; &#60;/TBODY&#62;</div>
<div><span>&#60;/TABLE&#62;</span></div>
]]></description>
        	        	<pubDate>Tue, 03 Jan 2012 12:05:59 +0200</pubDate>
        </item>
</channel>
</rss>