<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Method:Classic General Q&amp;amp;A</title><link>http://forums.method.me/cs/forums/13.aspx</link><description>Ask technical support questions, how do I? Questions... Or anything else you want to know from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Designing a Customer Attribute screen</title><link>http://forums.method.me/cs/forums/thread/17407.aspx</link><pubDate>Fri, 03 May 2013 14:13:59 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:17407</guid><dc:creator>Method_Ashur</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/17407.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=17407</wfw:commentRss><description>&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;Understood, you&amp;#39;ll still need to add a record into your custom table for each customer. You can do this by looping through your &lt;span id="mce_3_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;strong&gt;Customer&lt;span id="mce_3_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/strong&gt; table, retrieving the &lt;span id="mce_5_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;strong&gt;FullName&lt;span id="mce_5_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/strong&gt; field from your &lt;span id="mce_7_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;strong&gt;Certification&lt;span id="mce_7_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/strong&gt; table, use a conditional statement to check whe&lt;span id="mce_14_start" style="overflow:hidden;"&gt;&lt;/span&gt;ther or not the customer name already exists in your &lt;span id="mce_9_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;strong&gt;Certification&lt;span id="mce_9_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/strong&gt; table, and&lt;span id="mce_11_start" style="overflow:hidden;"&gt;&lt;/span&gt; finally insert the records into that table. Below is my example.&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_12_start" style="overflow:hidden;"&gt;&lt;span id="mce_15_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;strong&gt;*Note:&lt;span id="mce_12_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/strong&gt; If you have any required fields in your custom table, ensure you&amp;#39;re adding entries into those fields as well when editing the &lt;span id="mce_16_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;strong&gt;Insert Records Into Table&lt;span id="mce_16_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/strong&gt; action.&lt;span id="mce_18_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;img src="http://i.imgur.com/x5FlCBK.png" width="853" height="506" alt="" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In order to modify the entries in your grid just edit the screen and make your grid editable. Everytime you modify a record click the &lt;span id="mce_19_start" style="overflow:hidden;"&gt;&lt;span id="mce_20_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="mce_21_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;strong&gt;Update&lt;span id="mce_19_end" style="overflow:hidden;"&gt;&lt;span id="mce_24_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span id="mce_20_end" style="overflow:hidden;"&gt;&lt;span id="mce_21_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt; button to save the changes.&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;- Ashur&lt;span id="mce_23_start" style="overflow:hidden;"&gt;&lt;span id="mce_25_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Designing a Customer Attribute screen</title><link>http://forums.method.me/cs/forums/thread/17389.aspx</link><pubDate>Thu, 02 May 2013 17:48:40 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:17389</guid><dc:creator>MikeB</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/17389.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=17389</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;The basic structure for the grid is as follows:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;FOR all the customers in the customers table&lt;/p&gt;
&lt;p&gt;SHOW the FullName in the first column of the grid&lt;/p&gt;
&lt;p&gt;SHOW the Certification columns in the next columns of the grid&lt;span id="mce_1_start" style="overflow:hidden;"&gt;, based on filters outside of the grid for Year and Quarter.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Make the table editable so that all customers, whether they are in the Certification table or not, are shown and then saving populates their records in the cCertifications table for that particular Year and Quarter.&lt;/p&gt;
&lt;p&gt;I am unable to show ALL customers and their associated attributes in the grid. In Access, something like a Join or Select query would allow me to do this but I can&amp;#39;t seem to be able to do this in Method.&lt;/p&gt;</description></item><item><title>Re: Designing a Customer Attribute screen</title><link>http://forums.method.me/cs/forums/thread/17380.aspx</link><pubDate>Thu, 02 May 2013 16:06:43 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:17380</guid><dc:creator>Method_Ashur</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/17380.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=17380</wfw:commentRss><description>&lt;p&gt;Yes, you&amp;#39;ll need to add records (entries) to your Certification table. What I meant was you can add the fields which are in your table to your custom screen. That way any data you enter into those fields and save will be inserted into the table. The screenshot below shows the the screen editor; the left side shows the available fields in my table which I have yet to utilize on my screen, and the right side shows what fields I&amp;#39;ve already added to my screen.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://s22.postimg.org/loox8mos1/Custom_Screen.png" width="808" height="253" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;- Ashur&lt;/p&gt;</description></item><item><title>Re: Designing a Customer Attribute screen</title><link>http://forums.method.me/cs/forums/thread/17379.aspx</link><pubDate>Thu, 02 May 2013 15:45:08 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:17379</guid><dc:creator>MikeB</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/17379.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=17379</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;I&amp;#39;m not sure exactly what you mean.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;The Certifications table is currently blank and has the following fields:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fullname&lt;/li&gt;
&lt;li&gt;Year&lt;/li&gt;
&lt;li&gt;Quarter&lt;/li&gt;
&lt;li&gt;Certification 1&lt;/li&gt;
&lt;li&gt;Certification 2&lt;/li&gt;
&lt;li&gt;Certification 3&lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;Do I need to pre-populate this Certifications table?&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;I was looking at showing in the grid a list of all customers, and their associated Certification fields from the Certification table. I could then select the appropriate Year and Quarter in fields above the grid, and then add actions tied to a &amp;quot;Save&amp;quot; button that populate the Certifications table with these entries.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Does that make sense?&lt;/div&gt;</description></item><item><title>Re: Designing a Customer Attribute screen</title><link>http://forums.method.me/cs/forums/thread/17375.aspx</link><pubDate>Thu, 02 May 2013 14:52:26 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:17375</guid><dc:creator>Method_Ashur</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/17375.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=17375</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_19_start" style="overflow:hidden;"&gt;&lt;span id="mce_22_start" style="overflow:hidden;"&gt;&lt;span id="mce_23_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;H&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;/span&gt;i Mike,&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_15_start" style="overflow:hidden;"&gt;&lt;span id="mce_27_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span id="mce_25_start" style="overflow:hidden;"&gt;&lt;/span&gt;You need to first add entries to your table. You can either&amp;nbsp;&lt;/span&gt;enable adding and editing on the grid and set the appropriate actions in the &lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span id="mce_4_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;strong&gt;After Edit&lt;span id="mce_4_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/strong&gt; &lt;span id="mce_3_start" style="overflow:hidden;"&gt;and&lt;/span&gt;&amp;nbsp;&lt;span id="mce_6_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;strong&gt;After Add&lt;span id="mce_6_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/strong&gt; events&lt;span id="mce_16_start" style="overflow:hidden;"&gt;&lt;/span&gt;. However, the simplest and most time efficient solution would be to add the fields in your table onto the screen, then add a &lt;span id="mce_10_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;strong&gt;Select&lt;span id="mce_10_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/strong&gt; link to your grid. That way you&amp;#39;ll be able to add/edit entries on the screen without having to add actions in two different places on your grid in order to be able to add and edit entries&lt;span id="mce_25_end" style="overflow:hidden;"&gt;&lt;/span&gt;.&lt;span id="mce_13_start" style="overflow:hidden;"&gt;&lt;span id="mce_27_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;You can add the Certification fields to the Customer tables as linked fields but remember that you will not be able to edit them, as linked fields do not allow modifications. The first approach along with my suggestions above will work for you.&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_17_start" style="overflow:hidden;"&gt;&lt;span id="mce_20_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;- Ashur&lt;span id="mce_30_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Designing a Customer Attribute screen</title><link>http://forums.method.me/cs/forums/thread/17353.aspx</link><pubDate>Wed, 01 May 2013 16:07:28 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:17353</guid><dc:creator>MikeB</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/17353.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=17353</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;For further clarification&lt;span id="mce_7_start" style="overflow:hidden;"&gt;, I&amp;#39;ll use a simple example:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I have a Customers table&lt;span id="mce_2_start" style="overflow:hidden;"&gt;, with all regular columns/fields&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;I have a Certifications table, with&lt;span id="mce_6_start" style="overflow:hidden;"&gt;&lt;/span&gt; 3 &lt;span id="mce_3_start" style="overflow:hidden;"&gt;Yes/No&amp;nbsp;&lt;/span&gt;Certification fields&lt;span id="mce_4_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;I added a dropdown in the Certifications table that shows the Fullname field from the Customers table. I called &lt;span id="mce_8_start" style="overflow:hidden;"&gt;the field&lt;/span&gt;&amp;nbsp;CustomerFullName&lt;span id="mce_5_start" style="overflow:hidden;"&gt;. This &lt;span id="mce_9_start" style="overflow:hidden;"&gt;Certifications&amp;nbsp;&lt;/span&gt;table should now be linked to the Customers table.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;Now, I want to design a screen that shows all customers, and for those customers, the &lt;span id="mce_10_start" style="overflow:hidden;"&gt;3&amp;nbsp;&lt;/span&gt;certifications&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;So...&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;I &lt;span id="mce_11_start" style="overflow:hidden;"&gt;need to d&lt;/span&gt;esigned a new screen called Certifications&lt;span id="mce_12_start" style="overflow:hidden;"&gt;, however, which table is it based on? Customers or Certifications. I think Customers, yes?&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;I &lt;span id="mce_15_start" style="overflow:hidden;"&gt;need&lt;/span&gt;&amp;nbsp;a grid &lt;span id="mce_14_start" style="overflow:hidden;"&gt;where the first column is customers and the following three columns are the certifications (1, 2, and 3). Do I base this grid on the Customers table as well? Or do I base it on the Certifications table?&amp;nbsp;&lt;span id="mce_17_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="mce_16_start" style="overflow:hidden;"&gt;Attached or detached?&lt;span id="mce_18_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;No matter what I seem to try, I&amp;#39;m only able to select columns from a single table in the grid.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;Note: just adding the Certification fields to the Customers table is not an option. These certifications are going to be updated quarterly, so they will require a transaction/activity-style table setup.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Please advise on the proper setup for showing all Customers, plus their Certification attributes on a single grid.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Thanks&lt;/div&gt;</description></item><item><title>Designing a Customer Attribute screen</title><link>http://forums.method.me/cs/forums/thread/17340.aspx</link><pubDate>Tue, 30 Apr 2013 18:52:59 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:17340</guid><dc:creator>MikeB</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/17340.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=17340</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_7_start" style="overflow:hidden;"&gt;&lt;span id="mce_18_start" style="overflow:hidden;"&gt;&lt;span id="mce_28_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span id="mce_19_start" style="overflow:hidden;"&gt;&lt;span id="mce_20_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="mce_8_start" style="overflow:hidden;"&gt;&lt;span id="mce_9_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;I&amp;#39;m looking to design the following type of screen:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A &lt;span id="mce_21_start" style="overflow:hidden;"&gt;grid showing&amp;nbsp;&lt;/span&gt;list of all customers (fullname field in the Customers table)&lt;/li&gt;
&lt;li&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;Certification&amp;nbsp;&lt;/span&gt;attributes for each customer (Certification 1, 2, 3 levels, for example)&lt;span id="mce_22_start" style="overflow:hidden;"&gt; are also columns in the grid&lt;/span&gt;. These would be checkboxes. These will be manually &lt;span id="mce_23_start" style="overflow:hidden;"&gt;updated&amp;nbsp;&lt;/span&gt;in the grid&lt;span id="mce_24_start" style="overflow:hidden;"&gt; for now&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span id="mce_3_start" style="overflow:hidden;"&gt;Filters at the top of the screen for Calendar Year, Quarter and Sales Rep&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;The idea is for a sales rep to log into the screen and see a list of their customers in a grid. The sales rep then picks an appropriate calendar year, and then the appropriate quarter (g. 2013, 2) and updates the certification fields for each customer&lt;span id="mce_25_start" style="overflow:hidden;"&gt;&lt;/span&gt;.&lt;span id="mce_5_start" style="overflow:hidden;"&gt; Records are then populated in a Certification table&lt;span id="mce_16_start" style="overflow:hidden;"&gt; on saving&lt;/span&gt;, and the Certifications table ends up being like the Activities or Transactions&lt;span id="mce_17_start" style="overflow:hidden;"&gt; tables&lt;/span&gt;.&lt;/span&gt;&amp;nbsp;This &lt;span id="mce_27_start" style="overflow:hidden;"&gt;will be&amp;nbsp;&lt;/span&gt;done once every quarter&lt;span id="mce_26_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span id="mce_4_start" style="overflow:hidden;"&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="overflow:hidden;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="overflow:hidden;"&gt;My question is on &lt;span id="mce_6_start" style="overflow:hidden;"&gt;the proper way of&amp;nbsp;&lt;/span&gt;structuring this screen:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span id="mce_10_start" style="overflow:hidden;"&gt;If I&lt;/span&gt;&amp;nbsp;build a grid based on a Certification table&lt;span id="mce_11_start" style="overflow:hidden;"&gt;, how do I get t&lt;/span&gt;he Customers to populate&lt;span id="mce_12_start" style="overflow:hidden;"&gt;&lt;/span&gt; &lt;span id="mce_12_end" style="overflow:hidden;"&gt;the screen&amp;nbsp;&lt;/span&gt;if I&amp;#39;m starting with a blank table? Currently, the Certifications table has 4 columns: the 3 &lt;span id="mce_13_start" style="overflow:hidden;"&gt;c&lt;/span&gt;ertification columns plus a Fullname field that is a dropdown linked to the Customer table. However, just inserting this field into the grid shows no customers since the Certification table is currently empty&lt;/li&gt;
&lt;li&gt;Or, do I build a grid based on the Customers table&lt;span id="mce_14_start" style="overflow:hidden;"&gt;? That solves the problem of having all the customers on the screen, but now how to I&amp;nbsp;&lt;/span&gt;add the Certification fields? Do I need to add them to the Customers table?&lt;span id="mce_7_end" style="overflow:hidden;"&gt;&lt;span id="mce_8_end" style="overflow:hidden;"&gt;&lt;span id="mce_9_end" style="overflow:hidden;"&gt;&lt;span id="mce_15_start" style="overflow:hidden;"&gt; Can I not just link to them?&lt;span id="mce_18_end" style="overflow:hidden;"&gt;&lt;span id="mce_19_end" style="overflow:hidden;"&gt;&lt;span id="mce_20_end" style="overflow:hidden;"&gt;&lt;span id="mce_28_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description></item></channel></rss>