﻿<?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 - WebDesktop - WebGrid checkbox doesn't work properly with BindingOperationMode set to "ClientBinding"</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-checkbox-doesnt-work-properly-with-BindingOperationMode-set-to-ClientBinding/</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>WebGrid checkbox doesn't work properly with BindingOperationMode set to "ClientBinding"</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-checkbox-doesnt-work-properly-with-BindingOperationMode-set-to-ClientBinding/</link><pubDate>Sun, 19 Feb 2012 23:06:17 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hello Paul,&lt;/p&gt;&lt;p&gt;Can you provide me a simple working sample that replicates the issue? Also, with my previous sample, do you find any differences? FYI, you would need also to set the initial value of field. For more information, please refer into my sample at previous posted.&lt;/p&gt;
&lt;p&gt;Regards.&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebGrid checkbox doesn't work properly with BindingOperationMode set to "ClientBinding"</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-checkbox-doesnt-work-properly-with-BindingOperationMode-set-to-ClientBinding/</link><pubDate>Fri, 17 Feb 2012 11:36:12 GMT</pubDate><dc:creator>pfletcher</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I'm currently getting exactly the same issue as above.&lt;/p&gt;
&lt;p&gt;These client binding settings&lt;/p&gt;&lt;pre&gt;&amp;lt;ClientBindingSettings DataSourceType="WebService" ServiceUrl="~/Webservices/settings.asmx"
                DataLoadMode="PagedData" EnableGroupRowPaging="true" GroupRowPageSize="20" PreloadGroupTotals="true"
                ItemTypeName="fn_tblProject_GetAllResult"&amp;gt;
                &amp;lt;ServiceMethods SelectMethod="GetPagedProjects" BatchUpdateMethod="UpdateProject" /&amp;gt;
            &amp;lt;/ClientBindingSettings&amp;gt;&lt;/pre&gt;
&lt;p&gt;plus&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebGrid:WebGridColumn Caption="Enabled" DataMember="IsEnabled" DataType="System.Boolean"
                        Name="IsEnabled" HeaderTooltip="Enabled" ColumnType="CheckBox" EditType="Checkbox"&amp;gt;
                    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;/pre&gt;The checkbox is always empty and in OnInitializeRow the Value is true and the Column type is Text. &amp;nbsp;My data source is a linq function and the property IsEnabled has the following generated code:

&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;&lt;pre&gt;[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsEnabled", DbType="Bit NOT NULL")]
[global::System.Runtime.Serialization.DataMemberAttribute(Order=6)]
public bool IsEnabled
{
	get
	{
	       return this._IsEnabled;
	}
	set
	{
	if ((this._IsEnabled != value))
	{
	this._IsEnabled = value;
	}
	}
}&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Update: 2012-02-17 16:57&lt;/p&gt;&lt;p&gt;Looking at the HTML output the value of the checkbox is set to "on". &amp;nbsp;Hope this might help.&lt;/p&gt;&lt;/div&gt;
&lt;div&gt;Was there any update on the issue above or can someone else help me?&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Thanks&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Paul&lt;/div&gt;</description></item><item><title>WebGrid checkbox doesn't work properly with BindingOperationMode set to "ClientBinding"</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-checkbox-doesnt-work-properly-with-BindingOperationMode-set-to-ClientBinding/</link><pubDate>Wed, 27 Oct 2010 00:19:40 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hello Maged,&lt;/p&gt;
&lt;p&gt;I still could not replicate the issue in our sample. Using footer should not cause that issue. It would very helpful if we have a simple sample that can replicate the issue. Can you help us?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebGrid checkbox doesn't work properly with BindingOperationMode set to "ClientBinding"</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-checkbox-doesnt-work-properly-with-BindingOperationMode-set-to-ClientBinding/</link><pubDate>Mon, 25 Oct 2010 12:45:18 GMT</pubDate><dc:creator>mmikaeel2</dc:creator><category>WebGrid</category><description>&lt;p&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:WordDocument&gt;&lt;w:View&gt;Normal&lt;/w:View&gt;&lt;w:Zoom&gt;0&lt;/w:Zoom&gt;&lt;w:PunctuationKerning/&gt;&lt;w:ValidateAgainstSchemas/&gt;&lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;&lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;&lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;&lt;w:Compatibility&gt;&lt;w:BreakWrappedTables/&gt;&lt;w:SnapToGridInCell/&gt;&lt;w:WrapTextWithPunct/&gt;&lt;w:UseAsianBreakRules/&gt;&lt;w:DontGrowAutofit/&gt;&lt;/w:Compatibility&gt;&lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;&lt;w:LatentStyles DefLockedState="false" LatentStyleCount="156"&gt;&lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;/p&gt;
&lt;p&gt;I agree with you, and its really hard for me to send mini project like that,
my project is quite big project.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;I found one thing that if I remove the footer from the web-page, the checkbox got fixed, I have no explanation for that to tell the truth and I tried
every possible thing to find why but I can't, if you have any idea please let
me know.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Thanks for your help.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="" class="MsoNormal"&gt;&lt;span lang="undefined" style=""&gt;Maged
Mikaeel&lt;/span&gt;&lt;/p&gt;&lt;p style="" class="MsoNormal"&gt;&lt;span lang="undefined" style=""&gt;Technical Architect/Development
Manager&lt;/span&gt;&lt;/p&gt;&lt;p style="" class="MsoNormal"&gt;&lt;span lang="undefined" style=""&gt;CompuArt Technology&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt; &lt;/p&gt;
</description></item><item><title>WebGrid checkbox doesn't work properly with BindingOperationMode set to "ClientBinding"</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-checkbox-doesnt-work-properly-with-BindingOperationMode-set-to-ClientBinding/</link><pubDate>Fri, 22 Oct 2010 09:25:18 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hello Maged,&lt;/p&gt;&lt;p&gt;Thank you for your response.&lt;br /&gt;To investigate your issue, we need able to replicate your issue first.&lt;br /&gt;In my sample, it also used &lt;b&gt;checkbox &lt;/b&gt;boolean type (database) with using client binding WebService.&lt;br /&gt;However, it works fine. &lt;br /&gt;Is it possible for you to create a simple runable project or modify my sample so we can replicaet your issue in here? We need this to investigate your issue.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebGrid checkbox doesn't work properly with BindingOperationMode set to "ClientBinding"</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-checkbox-doesnt-work-properly-with-BindingOperationMode-set-to-ClientBinding/</link><pubDate>Thu, 21 Oct 2010 17:39:51 GMT</pubDate><dc:creator>mmikaeel2</dc:creator><category>WebGrid</category><description>&lt;p&gt;I've done lots of investigation on this, and really can't figure out what is wrong.&lt;/p&gt;&lt;p&gt;So I'll share some of my ideas and you may share it with your dev team, so they could help.&lt;/p&gt;
&lt;p&gt;- The boolean data is stransfering correctly to WebGrid, I confirmed that by changing the cell type from checkbox to text.&lt;/p&gt;
&lt;p&gt;- It only happening with clientside binding.&lt;/p&gt;
&lt;p&gt;- It only happen on my project not on your sample at all.&lt;/p&gt;
&lt;p&gt;- Seems to me like it fail to draw the checkbox on the virtual UI, and  that is why it doesn't happen if we make the binding to happen on the server side, seems like its rendering issue!&lt;/p&gt;
&lt;p&gt;- What possible can happen on my project that effect the checkbox drawing if I've the data binding on client side?&lt;/p&gt;
&lt;p&gt;If some one from the dev team at Intersoft can answer these, that could help me to resolve this!&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Maged&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid checkbox doesn't work properly with BindingOperationMode set to "ClientBinding"</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-checkbox-doesnt-work-properly-with-BindingOperationMode-set-to-ClientBinding/</link><pubDate>Thu, 21 Oct 2010 15:18:56 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I attached my sample. It works fine. Please paste into our WebGrid sample. &lt;br /&gt;I added my update,insert and delete WebMethod in webservice.cs. &lt;br /&gt;Also, please ensure that you did not forget to define the boolean value type in your javascript.&lt;/p&gt;
&lt;p&gt;e.g&lt;/p&gt;
&lt;p&gt;I use table product in Northwind database. When specify ItemTypeName, we also need to define the value.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;    function Product() {
            this.ProductID = 0;
            this.ProductName = "";
            this.SupplierID = 0;
            this.CategoryID = 0;
            this.QuantityPerUnit = "";
            this.UnitPrice = 0;
            this.UnitsInStock = 0;
            this.UnitsOnOrder = 0;
            this.ReorderLevel = 0;
            this.Discontinued = false;
        }&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebGrid checkbox doesn't work properly with BindingOperationMode set to "ClientBinding"</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-checkbox-doesnt-work-properly-with-BindingOperationMode-set-to-ClientBinding/</link><pubDate>Wed, 20 Oct 2010 20:12:20 GMT</pubDate><dc:creator>mmikaeel2</dc:creator><category>WebGrid</category><description>&lt;p&gt;Also, I tried to change the col type to be text instead of checkbox, and it was displaying the true/false value correctly while the checkbox is always unchecked!!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid checkbox doesn't work properly with BindingOperationMode set to "ClientBinding"</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-checkbox-doesnt-work-properly-with-BindingOperationMode-set-to-ClientBinding/</link><pubDate>Wed, 20 Oct 2010 19:39:38 GMT</pubDate><dc:creator>mmikaeel2</dc:creator><category>WebGrid</category><description>&lt;p&gt;Just to save time on this, the load function is getting the boolean value correctly (I traced it), and next is the GRID config:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;pre&gt;&amp;lt;ISWebGrid:WebGrid ID="TransactionsWebGrid" runat="server" 
    DefaultStyleMode="Win7" Height="322px" UseDefaultStyle="True" Width="99%" BindingOperationMode="ClientBinding" &amp;gt;
    &amp;lt;LayoutSettings AllowColumnSizing="No" AllowContextMenu="False" AllowEdit="Yes" AllowSorting="Yes" AlwaysShowHelpButton="True"
        ColumnSetHeaders="Default" EditOnClick="True" FilterBarVisible="False" InProgressUIBehavior="ChangeCursorToHourGlass"
        RowHeaders="Default" ShowRefreshButton="True" AllowBatchUpdate="False" NewRowLostFocusAction="AlwaysUpdate" &amp;gt;
        &amp;lt;BatchUpdateSettings AllowReviewChanges="True" /&amp;gt;
        &amp;lt;ClientSideEvents OnBatchUpdateSuccess="TransactionsWebGrid_OnBatchUpdateSuccess" /&amp;gt;
    &amp;lt;/LayoutSettings&amp;gt;
    &amp;lt;RootTable Caption="MembershipTransactions" DataKeyField="MembershipTransactionID" &amp;gt;
        &amp;lt;Columns&amp;gt;
            &amp;lt;ISWebGrid:WebGridColumn Caption="Date" DataMember="TransactionDate"
                EditType="NoEdit" Name="TransactionDate" Width="70px" 
                DataFormatString="d" DataType="System.DateTime"&amp;gt;
                &amp;lt;HeaderStyle Cursor="Hand" Font-Italic="True" Font-Underline="True" HorizontalAlign="Center" /&amp;gt;
            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
            
            &amp;lt;ISWebGrid:WebGridColumn Caption="Amount" DataMember="Amount" Name="Amount" 
                EditType="NoEdit" Width="55px" DataType="System.Decimal"&amp;gt;
                &amp;lt;HeaderStyle Cursor="Hand" Font-Italic="True" Font-Underline="True" HorizontalAlign="Center" /&amp;gt;
            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
            
            &amp;lt;ISWebGrid:WebGridColumn Caption="Cheque No" DataMember="ChequeNo" Name="ChequeNo" 
                EditType="NoEdit" Width="125px" DataType="System.Decimal"&amp;gt;
                &amp;lt;HeaderStyle Cursor="Hand" Font-Italic="True" Font-Underline="True" HorizontalAlign="Center" /&amp;gt;
            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
            
            &amp;lt;ISWebGrid:WebGridColumn Caption="Credit-Card No" DataMember="CreditCardNo" Name="CreditCardNo" 
                EditType="NoEdit" Width="125px" DataType="System.Decimal"&amp;gt;
                &amp;lt;HeaderStyle Cursor="Hand" Font-Italic="True" Font-Underline="True" HorizontalAlign="Center" /&amp;gt;
            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
            
            &amp;lt;ISWebGrid:WebGridColumn Name="Processed" Width="60px" Caption="Processed"
                DataMember="Processed" DataType="System.Boolean" EditType="Checkbox" ColumnType="CheckBox"&amp;gt;
                
                &amp;lt;HeaderStyle Cursor="Hand" Font-Italic="True" Font-Underline="True" HorizontalAlign="Center" /&amp;gt;
            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
            
            &amp;lt;ISWebGrid:WebGridColumn Caption="Process Date" CustomEditorName="VistaCalendar" 
                DataFormatString="d" DataMember="ProcessDate" DataType="System.DateTime" 
                EditType="Custom" Name="ProcessDate" Width="70px"&amp;gt;
                &amp;lt;HeaderStyle Cursor="Hand" Font-Italic="True" Font-Underline="True" HorizontalAlign="Center" /&amp;gt;
            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
            
            &amp;lt;ISWebGrid:WebGridColumn Caption="Reference" Name="ReferenceNo" Width="80px" DataMember="ReferenceNo"&amp;gt;
                &amp;lt;HeaderStyle Cursor="Hand" Font-Italic="True" Font-Underline="True" HorizontalAlign="Center" /&amp;gt;
            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
            
            &amp;lt;ISWebGrid:WebGridColumn Caption="Note" DataMember="Note" Name="Note" Width="95px"&amp;gt;
                &amp;lt;HeaderStyle Cursor="Hand" Font-Italic="True" Font-Underline="True" HorizontalAlign="Center" /&amp;gt;
            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
        &amp;lt;/Columns&amp;gt;
    &amp;lt;/RootTable&amp;gt;
    
    &amp;lt;ClientBindingSettings DataSourceType="WebService" ServiceUrl="../MembershipDataService.asmx"
                           ItemTypeName="MembershipTransaction" DataLoadMode="AllData"&amp;gt;
        &amp;lt;ServiceMethods SelectMethod="GetMembershipTransactions" 
                        UpdateMethod="UpdateMembershipTransaction" /&amp;gt;
        &amp;lt;ServiceEvents Selecting="Selecting_MembershipTransaction" Updating="Updating_MembershipTransaction" /&amp;gt;
    &amp;lt;/ClientBindingSettings&amp;gt;
    
&amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;This is really urgent, and I need your help ASAP.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Maged&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid checkbox doesn't work properly with BindingOperationMode set to "ClientBinding"</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebGrid-checkbox-doesnt-work-properly-with-BindingOperationMode-set-to-ClientBinding/</link><pubDate>Wed, 20 Oct 2010 10:57:43 GMT</pubDate><dc:creator>mmikaeel2</dc:creator><category>WebGrid</category><description>&lt;p&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
  &lt;/w:Compatibility&gt;
  &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;
 &lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState="false" LatentStyleCount="156"&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;/p&gt;
&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;   I can see that "ClientBinding" need some more
attention from your QA, it has many issues that delayed our project, and
however the performance benefit is a plus.&lt;/p&gt;

&lt;p&gt;   Now, I've WebGrid set
BindingOperationMode="ClientBinding". And as soon as I do that, the checkboxes
for Boolean data doesn't get the data correctly from the database, so if the
data field is true, the checkbox still remain unchecked!&lt;/p&gt;

&lt;p&gt;   I realty like to get this fixed ASAP without any delay, its not
show stopper to my project.&lt;/p&gt;
&lt;span style="font-size: 12pt; font-family: &amp;quot;times new roman&amp;quot;;"&gt;Maged&lt;/span&gt;</description></item></channel></rss>