<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Anonymous Users, Forms Pages, and the Lockdown Feature</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx</link><description>If you're running an anonymously accessible MOSS website, especially an internet-facing one, you may have noticed that your SharePoint Forms pages are also accessible to anonymous users. For example, if you're using the publishing features, anonymous</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Securing MOSS 2007 Publishing Sites with Lockdown Mode</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#2601155</link><pubDate>Sun, 13 May 2007 18:00:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2601155</guid><dc:creator>Sezai's Blog about Microsoft Office SharePoint Server 2007</dc:creator><description>&lt;p&gt;You can use Microsoft Office SharePoint Server 2007 for different types of purposes. MOSS 2007 is replacing&lt;/p&gt;
</description></item><item><title>How to lockdown an Internet facing MOSS-based web site</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#2634056</link><pubDate>Tue, 15 May 2007 00:44:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2634056</guid><dc:creator>Microsoft SharePoint Products and Technologies Team Blog</dc:creator><description>&lt;p&gt;Since posting my blog entry about recently launched MOSS-based web sites on the Internet , I’ve received&lt;/p&gt;
</description></item><item><title>re: Anonymous Users, Forms Pages, and the Lockdown Feature</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#2634203</link><pubDate>Tue, 15 May 2007 00:54:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2634203</guid><dc:creator>Estyn</dc:creator><description>&lt;p&gt;What is the best practice for setting up search once you have locked down the site? &amp;nbsp;Should the search crawl the 'locked down' site or should you crawl a different copy of the site that isn't locked down and then map back to the anonymous site? &lt;/p&gt;
&lt;p&gt;If I do a search on the tyler butler site for 'form' (&lt;a rel="nofollow" target="_new" href="http://www.tylerbutler.com/Search2/results.aspx?k=form&amp;amp;start1=21"&gt;http://www.tylerbutler.com/Search2/results.aspx?k=form&amp;amp;start1=21&lt;/a&gt;) I find that the results on page 3 link to pages that then prompt me to login. &amp;nbsp;Security trimming is not working fully. &amp;nbsp;I'm having the same issues with search on one of the sites that i'm developing. &amp;nbsp;I can think of a few ways around this, but i'm wondering what the best practice for this is?&lt;/p&gt;</description></item><item><title>re: Anonymous Users, Forms Pages, and the Lockdown Feature</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#2784024</link><pubDate>Tue, 22 May 2007 08:36:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2784024</guid><dc:creator>John Clark</dc:creator><description>&lt;p&gt;This feature is not available for WSS3 only sites (at least I could not locate it). &amp;nbsp;I therefore came up with an alternative approach. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can use ASP.NET's authorization functionality to deny anonymous users access to pages. &amp;nbsp;Adding entries like the following to the web.config file (next to the other &amp;lt;location &amp;gt; entries) will deny access for anonymous users:&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;location path=&amp;quot;_layouts/viewlsts.aspx&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;system.web&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;authorization&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;deny users=&amp;quot;?&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/authorization&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/system.web&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/location&amp;gt;&lt;/p&gt;
&lt;p&gt;This approach can be used to restrict anonymous user access to only those pages that you want them to access.&lt;/p&gt;
&lt;p&gt;I don't know if this is recommended or supported, but it worked for me. &amp;nbsp;I guess you would also need to copy the web.config file across all front-end servers in a farm scenario.&lt;/p&gt;</description></item><item><title>re: Anonymous Users, Forms Pages, and the Lockdown Feature</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#3444508</link><pubDate>Thu, 21 Jun 2007 18:07:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3444508</guid><dc:creator>Philip Luke</dc:creator><description>&lt;p&gt;Re the comment posted by John Clark.. can we restrict aspx pages based on the Sharepoint Group in this way? We need to have the ability for users to authenticate and have Contribute access (to allow them to submit Infopath Forms), but the Contribute Right also allows them access to the allitems.aspx page etc!!! We dont want them to see other forms submitted! We need to have the List Library functionality in the Forms Library!!! Why are they different!!! Help!!!!&lt;/p&gt;</description></item><item><title>re: Anonymous Users, Forms Pages, and the Lockdown Feature</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#3553326</link><pubDate>Wed, 27 Jun 2007 00:49:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3553326</guid><dc:creator>ecmblog</dc:creator><description>&lt;p&gt;@Philip Luke: I may be misunderstanding your problem, but you can either edit the &amp;quot;contribute&amp;quot; permission level, removing the ViewFormsPages right, or you can add a new permission level called &amp;quot;Contribute Forms,&amp;quot; and give your users that permission level on the specific library you're trying to secure. I would recommend the second approach. In order for it to work, you'll need to break away permissions inheritance on the specific library, then give the users/groups only the &amp;quot;Contribute FOrms&amp;quot; perm. If you're OK with none of the users with contribute rights having the &amp;quot;View Forms Pages&amp;quot; permission on any of the other libraries even when logged in, then the first approach should work.&lt;/p&gt;
&lt;p&gt;-Tyler Butler [MSFT]&lt;/p&gt;
</description></item><item><title>re: Anonymous Users, Forms Pages, and the Lockdown Feature</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#3569097</link><pubDate>Wed, 27 Jun 2007 22:28:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3569097</guid><dc:creator>Marko</dc:creator><description>&lt;p&gt;So, is it confirmed that using this command is only possible in MOSS and not in WSS3?&lt;/p&gt;</description></item><item><title>re: Anonymous Users, Forms Pages, and the Lockdown Feature</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#3586660</link><pubDate>Thu, 28 Jun 2007 19:20:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3586660</guid><dc:creator>ecmblog</dc:creator><description>&lt;p&gt;@Marko: Yes, the ViewFormPagesLockdown Feature is a MOSS-only feature. You should be able to achieve the same thing in WSS, but you'll need to write code.&lt;/p&gt;&lt;p&gt;Tyler Butler [MSFT]&amp;nbsp;&lt;/p&gt;</description></item><item><title>How to enable anonymous access for a site collection and disable anonymous access for sub-sites</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#3813268</link><pubDate>Wed, 11 Jul 2007 14:21:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3813268</guid><dc:creator>Real-World SharePoint Experiences by John Powell</dc:creator><description>&lt;p&gt;Suppose you want to have a site collection such as &lt;a rel="nofollow" target="_new" href="http://sharepoint.yourcompany.com"&gt;http://sharepoint.yourcompany.com&lt;/a&gt; that contains information&lt;/p&gt;
</description></item><item><title>re: Anonymous Users, Forms Pages, and the Lockdown Feature</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#4047888</link><pubDate>Wed, 25 Jul 2007 21:33:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4047888</guid><dc:creator>Amy</dc:creator><description>&lt;p&gt;Can anyone tell me whether or not this solution would work with Sharepoint 2.0? &amp;nbsp;I appreciate your help, advice, etc. &amp;nbsp;Thanks in advance!&lt;/p&gt;
&lt;p&gt;-----------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;This feature is not available for WSS3 only sites (at least I could not locate it). &amp;nbsp;I therefore came up with an alternative approach. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can use ASP.NET's authorization functionality to deny anonymous users access to pages. &amp;nbsp;Adding entries like the following to the web.config file (next to the other &amp;lt;location &amp;gt; entries) will deny access for anonymous users:&lt;/p&gt;
&lt;p&gt; &amp;lt;location path=&amp;quot;_layouts/viewlsts.aspx&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;system.web&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;lt;authorization&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deny users=&amp;quot;?&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;lt;/authorization&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;/location&amp;gt;&lt;/p&gt;
&lt;p&gt;This approach can be used to restrict anonymous user access to only those pages that you want them to access.&lt;/p&gt;
&lt;p&gt;I don't know if this is recommended or supported, but it worked for me. &amp;nbsp;I guess you would also need to copy the web.config file across all front-end servers in a farm scenario.&lt;/p&gt;</description></item><item><title>Securing SharePoint for internet facing sites</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#4049129</link><pubDate>Thu, 26 Jul 2007 00:22:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4049129</guid><dc:creator>Site Chronicles by Christopher</dc:creator><description>&lt;p&gt;First Read this blog post: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and"&gt;http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Anonymous Users, Forms Pages, and the Lockdown Feature</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#4180900</link><pubDate>Thu, 02 Aug 2007 06:11:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4180900</guid><dc:creator>Hari</dc:creator><description>&lt;p&gt;Hi Tyler,&lt;/p&gt;
&lt;p&gt;&amp;quot;may be misunderstanding your problem, but you can either edit the &amp;quot;contribute&amp;quot; permission level, removing the ViewFormsPages right, or you can add a new permission level called &amp;quot;Contribute Forms,&amp;quot; and give your users that permission level on the specific library you're trying to secure&amp;quot;&lt;/p&gt;
&lt;p&gt;There does not seem a way to select only the &amp;quot;Add&amp;quot; permission ..When you choose it &amp;quot;View&amp;quot; also gets selected by default ...&lt;/p&gt;
&lt;p&gt;Is there a way that you can create only &amp;quot;Add&amp;quot; permissions ?&lt;/p&gt;</description></item><item><title>MOSS 2007: Disable forms pages for anonymous users</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#4519112</link><pubDate>Thu, 23 Aug 2007 05:43:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4519112</guid><dc:creator>Another day in the Office</dc:creator><description>&lt;p&gt;I thought this article was important enough to highlight: If you're running an anonymously accessible&lt;/p&gt;
</description></item><item><title>re: Anonymous Users, Forms Pages, and the Lockdown Feature</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#5001291</link><pubDate>Wed, 19 Sep 2007 23:45:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5001291</guid><dc:creator>Anne</dc:creator><description>&lt;p&gt;I have a group a people that need to view pages and provide comments on the data in the page via a collect feedback workflow. I do not want them to be able to access any site actions, such as viewing all site content. &amp;nbsp;When they click on the button to provide feedback, they should be taken to the form to provide feedback. &amp;nbsp;That is the only thing in the web site other than the pages they should be able to see. &amp;nbsp;I don't see a &amp;quot;role&amp;quot; that fits this, can code be written to give a group such granular rights?&lt;/p&gt;</description></item><item><title>How to disable access for anonymous users on forms and application pages - ViewFormPagesLockDown</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#6855492</link><pubDate>Tue, 25 Dec 2007 00:40:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6855492</guid><dc:creator>Donald Hessing</dc:creator><description>&lt;p&gt;Recently I did a couple of projects on building public facing internet sites with MOSS 2007. I&amp;amp;#39;ve&lt;/p&gt;
</description></item><item><title>re: Anonymous Users, Forms Pages, and the Lockdown Feature</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#6935248</link><pubDate>Tue, 01 Jan 2008 14:49:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6935248</guid><dc:creator>Yehiel</dc:creator><description>&lt;p&gt;If I have Publishing web under Publishing site, anonymous works great for father (site) and still brings auth dialog for son (web). For other templates, like Team, it works without issues.Breaking the inheritance and explicit defining of anonymous access on son site doesn't help.&lt;/p&gt;</description></item><item><title>re: Anonymous Users, Forms Pages, and the Lockdown Feature</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#7084700</link><pubDate>Sat, 12 Jan 2008 08:13:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7084700</guid><dc:creator>BJ</dc:creator><description>&lt;p&gt;I applied the lockdown feature but now when clicking on a list item, it is prompting me to login in. How do I get around this?&lt;/p&gt;</description></item><item><title>re: Anonymous Users, Forms Pages, and the Lockdown Feature</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#8179855</link><pubDate>Thu, 13 Mar 2008 13:07:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8179855</guid><dc:creator>Rassol</dc:creator><description>&lt;p&gt;I have an issue with the redirection to Pages/default.aspx for anonymous users if I disable the View Application Pages.&lt;/p&gt;
&lt;p&gt;For example, writing &lt;a rel="nofollow" target="_new" href="http://site.com"&gt;http://site.com&lt;/a&gt; should redirect me to http:// site.com/Pages/default.aspx&lt;/p&gt;
&lt;p&gt;but when I disable View Application Pages it cannot redirect properly and stops at &lt;a rel="nofollow" target="_new" href="http://site.com"&gt;http://site.com&lt;/a&gt;/Pages/default.aspx&lt;/p&gt;</description></item><item><title>re: Anonymous Users, Forms Pages, and the Lockdown Feature</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#8538667</link><pubDate>Fri, 23 May 2008 14:10:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8538667</guid><dc:creator>ErikBo</dc:creator><description>&lt;p&gt;Does the ViewFormPagesLockDown work for MO FormServer?&lt;/p&gt;
</description></item><item><title>Creare form raccolta dati utenti anonimi senza scrivere code-behind</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#8646801</link><pubDate>Tue, 24 Jun 2008 13:57:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8646801</guid><dc:creator>All around Sharepoint</dc:creator><description>&lt;p&gt;Lo scopo di questo post &amp;#232; quello di indirizzare la realizzazione dei form di raccolta dati fruibili da...&lt;/p&gt;
</description></item><item><title>re: Anonymous Users, Forms Pages, and the Lockdown Feature</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#8936266</link><pubDate>Tue, 09 Sep 2008 12:53:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8936266</guid><dc:creator>Peter B</dc:creator><description>&lt;p&gt;How about a per-list, per-site override option?&lt;/p&gt;</description></item><item><title>Tech-Ed 2008 Session Content</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#8940050</link><pubDate>Wed, 10 Sep 2008 14:18:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8940050</guid><dc:creator>Mirrored Blogs</dc:creator><description>&lt;p&gt;Body: Tech-Ed seems like a distant memory now but it was actually only a week ago. I had an awesome time&lt;/p&gt;
</description></item><item><title>Accès anonyme et les pages Forms / viewlsts.aspx...</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#8985443</link><pubDate>Tue, 07 Oct 2008 18:02:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8985443</guid><dc:creator>Nicolas Humann</dc:creator><description>&lt;p&gt;De plus en plus de site internet sont r&amp;#233;alis&amp;#233;s avec MOSS 2007. Pour les rendre accessibles &amp;#224; tous, il&lt;/p&gt;
</description></item><item><title>What is Limited Access Anyway?</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#9029773</link><pubDate>Mon, 03 Nov 2008 01:27:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9029773</guid><dc:creator>Mirrored Blogs</dc:creator><description>&lt;p&gt;I&amp;amp;#39;ve been working on a secret tech editing project for an up-coming book and it references this blog&lt;/p&gt;
</description></item><item><title>InfoPath Form displayed on anonymous site causes login prompt</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#9312030</link><pubDate>Tue, 13 Jan 2009 04:54:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9312030</guid><dc:creator>The SharePoint Farmer's Almanac</dc:creator><description>&lt;p&gt;Had this one pop up for a second time today so thought I would blog it this time. Client created a public&lt;/p&gt;
</description></item><item><title>re: Anonymous Users, Forms Pages, and the Lockdown Feature</title><link>http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx#9393194</link><pubDate>Tue, 03 Feb 2009 16:26:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9393194</guid><dc:creator>AndLondon</dc:creator><description>&lt;p&gt;I have a similar issue with the redirection to Pages/default.aspx for anonymous users.&lt;/p&gt;
&lt;p&gt;For example, writing &lt;a rel="nofollow" target="_new" href="http://site.com/pages/"&gt;http://site.com/pages/&lt;/a&gt; should redirect me to http:// site.com/Pages/default.aspx&lt;/p&gt;
&lt;p&gt;but it redirects me to the forms login page _layouts/authenticate.aspx, then I get redirected to _layouts/accessdenied.aspx.&lt;/p&gt;
&lt;p&gt;This site is for anonymous users and if I use the full url of &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://site.com/pages/"&gt;http://site.com/pages/&lt;/a&gt;default.aspx the page displays fine.&lt;/p&gt;
&lt;p&gt;Any help or information on how to track what is going on would be appreciated,&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Andy&lt;/p&gt;
</description></item></channel></rss>