﻿<?xml version="1.0" encoding="utf-8"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - 'SubTableIds.length' is null or not an object</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SubTableIdslength-is-null-or-not-an-object/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>'SubTableIds.length' is null or not an object</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SubTableIdslength-is-null-or-not-an-object/</link><pubDate>Tue, 15 Sep 2009 07:55:56 GMT</pubDate><dc:creator>sivaprasath.mugunthu</dc:creator><description>&lt;p&gt;Thanks for all your replies. I am having another js file,individually both js works fine while putting altogether in the intersoft webgrid page it creates javascript error. Now i resolved it.&lt;/p&gt;</description></item><item><title>'SubTableIds.length' is null or not an object</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SubTableIdslength-is-null-or-not-an-object/</link><pubDate>Mon, 14 Sep 2009 05:21:51 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Even my sample used AutoFitColumns="true" and works fine. Have you actually used my code as your module?&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>'SubTableIds.length' is null or not an object</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SubTableIdslength-is-null-or-not-an-object/</link><pubDate>Thu, 10 Sep 2009 07:21:05 GMT</pubDate><dc:creator>sivaprasath.mugunthu</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;when i removed the property AutoFitColumns="true" from the grid, the javascript error went.  can you please tell me how to resolve this?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>'SubTableIds.length' is null or not an object</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SubTableIdslength-is-null-or-not-an-object/</link><pubDate>Thu, 10 Sep 2009 06:27:03 GMT</pubDate><dc:creator>james</dc:creator><description>&lt;p&gt;Siva, the 2009 updates should work with your existing code. However, like any applications, you still have to test your application before deploying.&lt;/p&gt;</description></item><item><title>'SubTableIds.length' is null or not an object</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SubTableIdslength-is-null-or-not-an-object/</link><pubDate>Thu, 10 Sep 2009 04:44:00 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;So, do you mean that it works on 2008R2? It should be also working on 2009R1. In fact, if there is a regression in our new release, we also need to replicate the issue first. Based on my previous post, if you create a module using my sample code, does the issue also persist?&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>'SubTableIds.length' is null or not an object</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SubTableIdslength-is-null-or-not-an-object/</link><pubDate>Thu, 10 Sep 2009 03:12:03 GMT</pubDate><dc:creator>sivaprasath.mugunthu</dc:creator><description>&lt;p&gt;First i had installed intersoft 2008 and i have been working. when intersoft 2009 was installed i have uninstalled the 2008 version and made a fresh installation of 2009. Does this issues related to version problem?&lt;/p&gt;&lt;p&gt;suppose if i update the control using update manager, do i need to make any upgrade to my existing code?&lt;/p&gt;</description></item><item><title>'SubTableIds.length' is null or not an object</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SubTableIdslength-is-null-or-not-an-object/</link><pubDate>Fri, 04 Sep 2009 06:04:32 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Siva,&lt;/p&gt;&lt;p&gt;I could not see your issue by testing your module in mine DNN 5.1.1 since i don't have any of your dataset or database. So, I made a test with the sample which i sent before. I created a module based on that and works fine. Please let me know if is there more details you wanted to confirm.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;br /&gt;&lt;/p&gt;</description></item><item><title>'SubTableIds.length' is null or not an object</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SubTableIdslength-is-null-or-not-an-object/</link><pubDate>Wed, 26 Aug 2009 00:39:41 GMT</pubDate><dc:creator>sivaprasath.mugunthu</dc:creator><description>&lt;p&gt;I have tested my code in a new dotnet application, it works fine without any javascript errors. When i tested the same in DNN 5.1.1 removing other controls, the javascript error occurs. i have attached my DNN module&lt;/p&gt;</description></item><item><title>'SubTableIds.length' is null or not an object</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SubTableIdslength-is-null-or-not-an-object/</link><pubDate>Wed, 26 Aug 2009 00:00:00 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Please don't bind on page load event but please bind it on IntializeDataSource event. &lt;/p&gt;
&lt;p&gt;e.g, &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;protected void WebGrid1_InitializeDataSource(object sender, ISNet.WebUI.WebGrid.DataSourceEventArgs e)
{
        dsNorthwind.CustomersDataTable dt = new dsNorthwind.CustomersDataTable();
        dsNorthwindTableAdapters.CustomersTableAdapter da = new dsNorthwindTableAdapters.CustomersTableAdapter();
        da.Fill(dt);
        e.DataSource = dt;
}&lt;/pre&gt;
&lt;p&gt;Attached sample has similar structure with yours scenario but no error returns. &lt;br /&gt;The only things that different are I don't use OnCellClick client side event and our bind method. &lt;br /&gt;But it should be no problem since you got the issue at page load. (Is there anthing else you used on page load?)&lt;/p&gt;
&lt;p&gt;Please test my sample on your environment and let me know if you also get error on my sample. &lt;br /&gt;It would be great if you can help me replicate your issue on my sample and send it back to me.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>'SubTableIds.length' is null or not an object</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SubTableIdslength-is-null-or-not-an-object/</link><pubDate>Tue, 25 Aug 2009 23:17:22 GMT</pubDate><dc:creator>sivaprasath.mugunthu</dc:creator><description>&lt;p&gt;&lt;p&gt;Below is the control definition i used&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;ISWebGrid:WebGrid ID="igvECDFile" runat="server" Height="300px" UseDefaultStyle="True"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Width="490px" DefaultStyleMode="Elegant"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;LayoutSettings AlternatingColors="True" GridLineStyle="Solid" Hierarchical="false"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AutoFilterSuggestion="false" GridLineColor="236, 233, 216" CellPaddingDefault="0"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DisplayDetailsOnUnhandledError="false" ApplyFiltersKey="Enter" RowHeightDefault="10px"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AllowColumnMove="No" AllowExport="No" AllowColumnSizing="No" RowHeaders="No"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AllowGrouping="Yes" AllowSorting="No" AutoFitColumns="True" PagingMode="VirtualLoad"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AlwaysShowHelpButton="False"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ClientSideEvents OnCellClick="igvECDFile_DoCellClick" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/LayoutSettings&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;RootTable Caption="ECD File Details" DataKeyField="ID"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Columns&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ISWebGrid:WebGridColumn Caption="File Name" HiddenDataMember="ID" DataMember="FileName"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Name="FileName" Width="50px"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;HeaderStyle HorizontalAlign="Center" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ISWebGrid:WebGridColumn Caption="Version" DataMember="Version" Name="Version" Width="80px"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;HeaderStyle HorizontalAlign="Center" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ISWebGrid:WebGridColumn Caption="File Size" DataMember="FileSize" Name="FileSize"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Width="80px"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;HeaderStyle HorizontalAlign="Center" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ISWebGrid:WebGridColumn Caption="Delete" ColumnType="Image" EditType="NoEdit" ButtonAutoPostback="true"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CellImage="/images/delete.gif" ButtonImage="/images/delete.gif" Name="Delete"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Width="30px"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;HeaderStyle HorizontalAlign="Center" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Columns&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/RootTable&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;and in the server page on page load i am binding a dataset which will contain only one table. i am getting&amp;nbsp;&lt;span style="font-family: 'segoe ui'; font-size: 12px; color: rgb(63, 63, 63); line-height: 18px; "&gt;'SubTableIds.length'  error in the browser on the page load. i hope this information is enough for you tell a solution.&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;</description></item><item><title>'SubTableIds.length' is null or not an object</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SubTableIdslength-is-null-or-not-an-object/</link><pubDate>Tue, 25 Aug 2009 07:15:54 GMT</pubDate><dc:creator>sivaprasath.mugunthu</dc:creator><description>&lt;p&gt;&lt;span style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "&gt;i am using intersoft webgrid, i am getting the javascript error 'SubTableIds.length' is null or not an object. please let me know how to solve this?&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>