<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://sugarclub.sugarai.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>New Component Structure</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>New Component Structure</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure</link><pubDate>Mon, 10 Oct 2022 12:57:21 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:3799a66b-09b8-4ab1-a5b5-6897cde6443f</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure#comments</comments><description>Current Revision posted to Dev Tutorials by Rafael Fernandes on 10/10/2022 12:57:21 PM&lt;br /&gt;
&lt;p&gt;It is important to understand each new component&amp;rsquo;s structure before you start refactoring your code. This redesign uses Sugar&amp;rsquo;s &lt;a href="https://support.sugarcrm.com/SmartLinks/Developer_Guide/User_Interface/Layouts/"&gt;standard layout component plugin&lt;/a&gt; metadata as you are used to, however, in a new location.&lt;/p&gt;
&lt;p&gt;The two main layouts introduced in Sugar&amp;rsquo;s redesign are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;header-nav&lt;/strong&gt; &amp;ndash; Base layout hosting components on the top of the screen&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;sidebar-nav&lt;/strong&gt; &amp;ndash; Base layout hosting components on the left side of the screen&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sugar&amp;rsquo;s base platform loads those newly created layouts amongst other unchanged components required to compose our redesigned UI.&lt;/p&gt;
&lt;p&gt;In the following image those components are outlined for better understanding on where they are the role they play in the overall design of the page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/706x433/__key/communityserver-wikis-components-files/00-00-00-00-14/Outline.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt; As you go through the new redesign and compare with your code, use this opportunity to use Extension Framework to move your changes from &amp;ldquo;Prior to 12.3&amp;rdquo; to this release as this is the only recommended approach and best practice we advocate.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As a reminder, customizing &amp;ldquo;&lt;strong&gt;base&amp;rdquo;&lt;/strong&gt; core files is wrong and will complicate future upgrades.&lt;/p&gt;
&lt;hr /&gt;
&lt;p id="mcetoc_1f5uvkqns0"&gt;&lt;span style="font-size:18px;"&gt;You understand the new structure, let&amp;#39;s get to header:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Move on to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="/dev-club/w/dev-tutorials/730/top-header-header-nav"&gt;Top Header (header-nav)&lt;/a&gt;.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>New Component Structure</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure/revision/6</link><pubDate>Wed, 28 Sep 2022 18:30:08 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:3799a66b-09b8-4ab1-a5b5-6897cde6443f</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure#comments</comments><description>Revision 6 posted to Dev Tutorials by Rafael Fernandes on 9/28/2022 6:30:08 PM&lt;br /&gt;
&lt;p&gt;It is important to understand each new component&amp;rsquo;s structure before you start refactoring your code. This redesign uses Sugar&amp;rsquo;s &lt;a href="https://support.sugarcrm.com/SmartLinks/Developer_Guide/User_Interface/Layouts/"&gt;standard layout component plugin&lt;/a&gt; metadata as you are used to, however, in a new location.&lt;/p&gt;
&lt;p&gt;The two main layouts introduced in Sugar&amp;rsquo;s redesign are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;header-nav&lt;/strong&gt; &amp;ndash; Base layout hosting components on the top of the screen&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;sidebar-nav&lt;/strong&gt; &amp;ndash; Base layout hosting components on the left side of the screen&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sugar&amp;rsquo;s base platform loads those newly created layouts amongst other unchanged components required to compose our redesigned UI.&lt;/p&gt;
&lt;p&gt;In the following image those components are outlined for better understanding on where they are the role they play in the overall design of the page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/706x433/__key/communityserver-wikis-components-files/00-00-00-00-61/Outline.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt; As you go through the new redesign and compare with your code, use this opportunity to use Extension Framework to move your changes from &amp;ldquo;Prior to 12.3&amp;rdquo; to this release as this is the only recommended approach and best practice we advocate.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As a reminder, customizing &amp;ldquo;&lt;strong&gt;base&amp;rdquo;&lt;/strong&gt; core files is wrong and will complicate future upgrades.&lt;/p&gt;
&lt;hr /&gt;
&lt;p id="mcetoc_1f5uvkqns0"&gt;&lt;span style="font-size:18px;"&gt;You understand the new structure, let&amp;#39;s get to header:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Move on to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="/dev-club/dev-onboarding/w/documentation/730/top-header-header-nav"&gt;Top Header (header-nav)&lt;/a&gt;.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>New Component Structure</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure/revision/7</link><pubDate>Wed, 28 Sep 2022 18:30:08 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:3799a66b-09b8-4ab1-a5b5-6897cde6443f</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure#comments</comments><description>Revision 7 posted to Dev Tutorials by Rafael Fernandes on 9/28/2022 6:30:08 PM&lt;br /&gt;
&lt;p&gt;It is important to understand each new component&amp;rsquo;s structure before you start refactoring your code. This redesign uses Sugar&amp;rsquo;s &lt;a href="https://support.sugarcrm.com/SmartLinks/Developer_Guide/User_Interface/Layouts/"&gt;standard layout component plugin&lt;/a&gt; metadata as you are used to, however, in a new location.&lt;/p&gt;
&lt;p&gt;The two main layouts introduced in Sugar&amp;rsquo;s redesign are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;header-nav&lt;/strong&gt; &amp;ndash; Base layout hosting components on the top of the screen&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;sidebar-nav&lt;/strong&gt; &amp;ndash; Base layout hosting components on the left side of the screen&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sugar&amp;rsquo;s base platform loads those newly created layouts amongst other unchanged components required to compose our redesigned UI.&lt;/p&gt;
&lt;p&gt;In the following image those components are outlined for better understanding on where they are the role they play in the overall design of the page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/706x433/__key/communityserver-wikis-components-files/00-00-00-00-14/Outline.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt; As you go through the new redesign and compare with your code, use this opportunity to use Extension Framework to move your changes from &amp;ldquo;Prior to 12.3&amp;rdquo; to this release as this is the only recommended approach and best practice we advocate.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As a reminder, customizing &amp;ldquo;&lt;strong&gt;base&amp;rdquo;&lt;/strong&gt; core files is wrong and will complicate future upgrades.&lt;/p&gt;
&lt;hr /&gt;
&lt;p id="mcetoc_1f5uvkqns0"&gt;&lt;span style="font-size:18px;"&gt;You understand the new structure, let&amp;#39;s get to header:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Move on to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="/dev-club/dev-onboarding/w/documentation/730/top-header-header-nav"&gt;Top Header (header-nav)&lt;/a&gt;.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>New Component Structure</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure/revision/5</link><pubDate>Mon, 26 Sep 2022 16:46:48 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:3799a66b-09b8-4ab1-a5b5-6897cde6443f</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure#comments</comments><description>Revision 5 posted to Dev Tutorials by Rafael Fernandes on 9/26/2022 4:46:48 PM&lt;br /&gt;
&lt;p&gt;It is important to understand each new component&amp;rsquo;s structure before you start refactoring your code. This redesign uses Sugar&amp;rsquo;s &lt;a href="https://support.sugarcrm.com/SmartLinks/Developer_Guide/User_Interface/Layouts/"&gt;standard layout component plugin&lt;/a&gt; metadata as you are used to, however, in a new location.&lt;/p&gt;
&lt;p&gt;The two main layouts introduced in Sugar&amp;rsquo;s redesign are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;header-nav&lt;/strong&gt; &amp;ndash; Base layout hosting components on the top of the screen&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;sidebar-nav&lt;/strong&gt; &amp;ndash; Base layout hosting components on the left side of the screen&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sugar&amp;rsquo;s base platform loads those newly created layouts amongst other unchanged components required to compose our redesigned UI.&lt;/p&gt;
&lt;p&gt;In the following image those components are outlined for better understanding on where they are the role they play in the overall design of the page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/466x287/__key/communityserver-wikis-components-files/00-00-00-00-61/Outline.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt; As you go through the new redesign and compare with your code, use this opportunity to use Extension Framework to move your changes from &amp;ldquo;Prior to 12.3&amp;rdquo; to this release as this is the only recommended approach and best practice we advocate.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As a reminder, customizing &amp;ldquo;&lt;strong&gt;base&amp;rdquo;&lt;/strong&gt; core files is wrong and will complicate future upgrades.&lt;/p&gt;
&lt;hr /&gt;
&lt;p id="mcetoc_1f5uvkqns0"&gt;&lt;span style="font-size:18px;"&gt;You understand the new structure, let&amp;#39;s get to header:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Move on to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="/dev-club/dev-onboarding/w/documentation/730/top-header-header-nav"&gt;Top Header (header-nav)&lt;/a&gt;.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>New Component Structure</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure/revision/4</link><pubDate>Mon, 26 Sep 2022 13:15:07 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:3799a66b-09b8-4ab1-a5b5-6897cde6443f</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure#comments</comments><description>Revision 4 posted to Dev Tutorials by Rafael Fernandes on 9/26/2022 1:15:07 PM&lt;br /&gt;
&lt;p&gt;It is important to understand each new component&amp;rsquo;s structure before you start refactoring your code. This redesign uses Sugar&amp;rsquo;s &lt;a href="https://support.sugarcrm.com/SmartLinks/Developer_Guide/User_Interface/Layouts/"&gt;standard layout component plugin&lt;/a&gt; metadata as you are used to, however, in a new location.&lt;/p&gt;
&lt;p&gt;The two main layouts introduced in Sugar&amp;rsquo;s redesign are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;header-nav&lt;/strong&gt; &amp;ndash; Base layout hosting components on the top of the screen&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;sidebar-nav&lt;/strong&gt; &amp;ndash; Base layout hosting components on the left side of the screen&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sugar&amp;rsquo;s base platform loads those newly created layouts amongst other unchanged components required to compose our redesigned UI.&lt;/p&gt;
&lt;p&gt;In the following image those components are outlined for better understanding on where they are the role they play in the overall design of the page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/685x345/__key/communityserver-wikis-components-files/00-00-00-00-61/Picture1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt; As you go through the new redesign and compare with your code, use this opportunity to use Extension Framework to move your changes from &amp;ldquo;Prior to 12.3&amp;rdquo; to this release as this is the only recommended approach and best practice we advocate.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As a reminder, customizing &amp;ldquo;&lt;strong&gt;base&amp;rdquo;&lt;/strong&gt; core files is wrong and will complicate future upgrades.&lt;/p&gt;
&lt;hr /&gt;
&lt;p id="mcetoc_1f5uvkqns0"&gt;&lt;span style="font-size:18px;"&gt;You understand the new structure, let&amp;#39;s get to header:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Move on to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="/dev-club/dev-onboarding/w/documentation/730/top-header-header-nav"&gt;Top Header (header-nav)&lt;/a&gt;.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>New Component Structure</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure/revision/3</link><pubDate>Thu, 22 Sep 2022 19:56:47 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:3799a66b-09b8-4ab1-a5b5-6897cde6443f</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure#comments</comments><description>Revision 3 posted to Dev Tutorials by Rafael Fernandes on 9/22/2022 7:56:47 PM&lt;br /&gt;
&lt;p&gt;It is important to understand each new component&amp;rsquo;s structure before you start refactoring your code. This redesign uses Sugar&amp;rsquo;s &lt;a href="https://support.sugarcrm.com/SmartLinks/Developer_Guide/User_Interface/Layouts/"&gt;standard layout component plugin&lt;/a&gt; metadata as you are used to, however, in a new location.&lt;/p&gt;
&lt;p&gt;The two main layouts introduced in Sugar&amp;rsquo;s redesign are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;header-nav&lt;/strong&gt; &amp;ndash; Base layout hosting components on the top of the screen&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;sidebar-nav&lt;/strong&gt; &amp;ndash; Base layout hosting components on the left side of the screen&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sugar&amp;rsquo;s base platform loads those newly created layouts amongst other unchanged components required to compose our redesigned UI.&lt;/p&gt;
&lt;p&gt;In the following image those components are outlined for better understanding on where they are the role they play in the overall design of the page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/685x346/__key/communityserver-wikis-components-files/00-00-00-00-61/Screen-Shot-2022_2D00_09_2D00_22-at-11.46.41-AM.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt; As you go through the new redesign and compare with your code, use this opportunity to use Extension Framework to move your changes from &amp;ldquo;Prior to 12.3&amp;rdquo; to this release as this is the only recommended approach and best practice we advocate.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As a reminder, customizing &amp;ldquo;&lt;strong&gt;base&amp;rdquo;&lt;/strong&gt; core files is wrong and will complicate future upgrades.&lt;/p&gt;
&lt;hr /&gt;
&lt;p id="mcetoc_1f5uvkqns0"&gt;&lt;span style="font-size:18px;"&gt;You understand the new structure, let&amp;#39;s get to header:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Move on to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="/dev-club/dev-onboarding/w/documentation/730/top-header-header-nav"&gt;Top Header (header-nav)&lt;/a&gt;.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>New Component Structure</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure/revision/2</link><pubDate>Thu, 22 Sep 2022 19:55:00 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:3799a66b-09b8-4ab1-a5b5-6897cde6443f</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure#comments</comments><description>Revision 2 posted to Dev Tutorials by Rafael Fernandes on 9/22/2022 7:55:00 PM&lt;br /&gt;
&lt;p&gt;It is important to understand each new component&amp;rsquo;s structure before you start refactoring your code. This redesign uses Sugar&amp;rsquo;s &lt;a href="https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_12.1/User_Interface/Layouts/"&gt;standard layout component plugin&lt;/a&gt; metadata as you are used to, however, in a new location.&lt;/p&gt;
&lt;p&gt;The two main layouts introduced in Sugar&amp;rsquo;s redesign are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;header-nav&lt;/strong&gt; &amp;ndash; Base layout hosting components on the top of the screen&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;sidebar-nav&lt;/strong&gt; &amp;ndash; Base layout hosting components on the left side of the screen&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sugar&amp;rsquo;s base platform loads those newly created layouts amongst other unchanged components required to compose our redesigned UI.&lt;/p&gt;
&lt;p&gt;In the following image those components are outlined for better understanding on where they are the role they play in the overall design of the page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " height="346" src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-61/Screen-Shot-2022_2D00_09_2D00_22-at-11.46.41-AM.png" width="685" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt; As you go through the new redesign and compare with your code, use this opportunity to use Extension Framework to move your changes from &amp;ldquo;Prior to 12.3&amp;rdquo; to this release as this is the only recommended approach and best practice we advocate.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As a reminder, customizing &amp;ldquo;&lt;strong&gt;base&amp;rdquo;&lt;/strong&gt; core files is wrong and will complicate future upgrades.&lt;/p&gt;
&lt;hr /&gt;
&lt;p id="mcetoc_1f5uvkqns0"&gt;&lt;span style="font-size:18px;"&gt;You understand the new structure, let&amp;#39;s get to header:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Move on to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="/dev-club/dev-onboarding/w/documentation/730/top-header-header-nav"&gt;Top Header (header-nav)&lt;/a&gt;.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>New Component Structure</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure/revision/1</link><pubDate>Tue, 20 Sep 2022 18:42:40 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:3799a66b-09b8-4ab1-a5b5-6897cde6443f</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/728/new-component-structure#comments</comments><description>Revision 1 posted to Dev Tutorials by Rafael Fernandes on 9/20/2022 6:42:40 PM&lt;br /&gt;
&lt;p&gt;New Component Structure&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>