<?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>edhild's WebLog : SharePoint 2007 book</title><link>http://blogs.msdn.com/edhild/archive/tags/SharePoint+2007+book/default.aspx</link><description>Tags: SharePoint 2007 book</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Building Presentations from SharePoint Content</title><link>http://blogs.msdn.com/edhild/archive/2009/04/30/building-presentations-from-sharepoint-content.aspx</link><pubDate>Thu, 30 Apr 2009 18:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9580491</guid><dc:creator>edhild</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/edhild/comments/9580491.aspx</comments><wfw:commentRss>http://blogs.msdn.com/edhild/commentrss.aspx?PostID=9580491</wfw:commentRss><description>&lt;P&gt;This is really just a publish of an old demo I have had for some time, but finally got around to putting a video together. This demo is about two different ways to build PowerPoint presentations based off of SharePoint content. The first uses an Office Add-in approach and the second does everything on the server using Open XML. Enjoy!&lt;/P&gt;
&lt;P&gt;&lt;A href="http://silverlight.services.live.com/55696/Building%20Presentations%20from%20SharePoint%20Content_2/video.wmv"&gt;http://silverlight.services.live.com/55696/Building%20Presentations%20from%20SharePoint%20Content_2/video.wmv&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;By the way, both solutions are in my book: Pro SharePoint Solution Development&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9580491" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/edhild/archive/tags/Office+2007/default.aspx">Office 2007</category><category domain="http://blogs.msdn.com/edhild/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/edhild/archive/tags/SharePoint+2007+book/default.aspx">SharePoint 2007 book</category></item><item><title>Video Demo: Merging SharePoint List Data into Word Documents</title><link>http://blogs.msdn.com/edhild/archive/2008/10/29/merging-sharepoint-list-data-into-word-documents.aspx</link><pubDate>Wed, 29 Oct 2008 20:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9022698</guid><dc:creator>edhild</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/edhild/comments/9022698.aspx</comments><wfw:commentRss>http://blogs.msdn.com/edhild/commentrss.aspx?PostID=9022698</wfw:commentRss><description>&lt;P&gt;I've recently been moving a lot of my older demos from when MOSS first RTMed into my new dev environment. During the move, I am also taking the time to update them to VS.NET 2008 and any other nicer tools that have come along. A popular demo of mine is a solution that shows you how to merge SharePoint list data into MS Word documents leveraging the Open XML file format. This example was originally published as part of my book: &lt;A href="http://www.amazon.com/gp/product/1590598083/ref=s9sdps_c6_14_at1-rfc_p-frt_p-3102_p_si1?pf_rd_m=ATVPDKIKX0DER&amp;amp;pf_rd_s=center-2&amp;amp;pf_rd_r=1FB7CFGHVMW49GZ9SR78&amp;amp;pf_rd_t=101&amp;amp;pf_rd_p=454436001&amp;amp;pf_rd_i=507846" mce_href="http://www.amazon.com/gp/product/1590598083/ref=s9sdps_c6_14_at1-rfc_p-frt_p-3102_p_si1?pf_rd_m=ATVPDKIKX0DER&amp;amp;pf_rd_s=center-2&amp;amp;pf_rd_r=1FB7CFGHVMW49GZ9SR78&amp;amp;pf_rd_t=101&amp;amp;pf_rd_p=454436001&amp;amp;pf_rd_i=507846"&gt;Pro SharePoint Solution Development by Apress&lt;/A&gt;. While moving the demonstration to my new development environment, I made two significant changes that simplify the development experience.&lt;/P&gt;
&lt;P&gt;First, I decided to use the Word 2007 Content Control Toolkit. This tool available from codeplex (&lt;A href="http://www.codeplex.com/dbe" mce_href="http://www.codeplex.com/dbe"&gt;http://www.codeplex.com/dbe&lt;/A&gt;) allows you to easily insert a custom XML part into the document and provides a drag and drop experience for binding the content controls. This cut quite a lot of time out of building the solution since the toolkit creates the supporting relationship XML parts for you and handles the XPath queries for the content controls.&lt;/P&gt;
&lt;P&gt;My other improvement was deciding to incorporate the September CTP of the Open XML SDK 2.0. There was no such SDK when I built the solution the first time, so my only option was to use the packaging API available in the .NET framework itself. I had previously tried the 1.0 version of the SDK and found it lacking in a lot of basic areas, but this new 2.0 one looks very promising. I commented out more lines than I had written in the first version of the solution. You can get this SDK here: &lt;A href="http://msdn.microsoft.com/en-us/library/bb448854(office.14).aspx" mce_href="http://msdn.microsoft.com/en-us/library/bb448854(office.14).aspx"&gt;http://msdn.microsoft.com/en-us/library/bb448854(office.14).aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I'm also doing a lot more of video capturing of my solutions for other developers to follow. Updated the video to use the new Silverlight Streaming service available on Live.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://silverlight.services.live.com/55696/Merge%20SharePoint%20Data%20Into%20Word/video.wmv"&gt;http://silverlight.services.live.com/55696/Merge%20SharePoint%20Data%20Into%20Word/video.wmv&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9022698" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/edhild/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/edhild/archive/tags/SharePoint+2007+book/default.aspx">SharePoint 2007 book</category></item><item><title>Video: Building Presentations from SharePoint Site Content</title><link>http://blogs.msdn.com/edhild/archive/2008/01/03/video-building-presentations-from-sharepoint-site-content.aspx</link><pubDate>Thu, 03 Jan 2008 19:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6969508</guid><dc:creator>edhild</dc:creator><slash:comments>7</slash:comments><comments>http://blogs.msdn.com/edhild/comments/6969508.aspx</comments><wfw:commentRss>http://blogs.msdn.com/edhild/commentrss.aspx?PostID=6969508</wfw:commentRss><description>&lt;P&gt;First sorry for the long time away from posting. It was quite a busy fourth quarter. But welcome to 2008! &lt;/P&gt;
&lt;P&gt;I put together a quick video blog of two demonstrations I show about how to automate the creation of PowerPoint presentations based on SharePoint site content. The first part of the demo shows how a Visual Studio Tools for Office add-in for PowerPoint can call SharePoint's web services to retrieve content and build slides. The second approach shows how this can be done completely server side by manipulating the new Open XML formatted files. Both demos usually get people excited; I hope you enjoy them. The code for these is available on Apress' web site since they are from my book: Pro SharePoint Solution Development. This book is mentioned a lot in the blog so it should be easy to find more info if you are interested. Sorry for the background noise in the video. The HVAC system here is running full strength on this cold day.&lt;/P&gt;
&lt;P&gt;Also, I will be presenting at the upcoming SharePoint conference in Seattle in March. My topic will be "Enforce Governance by Provisioning Sites through Workflows" or something like that. Stop by and say hi. I may have a few books to hand out. &lt;A href="http://www.mssharepointconference.com/Pages/default.aspx" mce_href="http://www.mssharepointconference.com/Pages/default.aspx"&gt;http://www.mssharepointconference.com/Pages/default.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Just an update: Ian at wssdemo.com has hosted this video on a streaming server which has much better quality: &lt;SPAN lang=EN-NZ style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-NZ; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;A href="http://xpstream.winisp.net/imorrish/generate_ppt_sharepoint.wmv"&gt;&lt;FONT color=#0000ff&gt;http://xpstream.winisp.net/imorrish/generate_ppt_sharepoint.wmv&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;EMBED pluginspage=http://macromedia.com/go/getflashplayer src=http://images.soapbox.msn.com/flash/soapbox1_1.swf width=432 height=364 type=application/x-shockwave-flash flashvars="c=v&amp;amp;v=272932c4-576a-47ea-9f8e-66b6bb424c04" wmode="transparent" quality="high" mce_src="http://images.soapbox.msn.com/flash/soapbox1_1.swf"&gt;&lt;/EMBED&gt;&lt;BR&gt;&lt;A title="Building Presentations from SharePoint Content" href="http://soapbox.msn.com/video.aspx?vid=272932c4-576a-47ea-9f8e-66b6bb424c04" target=_new mce_href="http://soapbox.msn.com/video.aspx?vid=272932c4-576a-47ea-9f8e-66b6bb424c04"&gt;Video: Building Presentations from SharePoint Content&lt;/A&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6969508" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/edhild/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.msdn.com/edhild/archive/tags/VSTO+2005/default.aspx">VSTO 2005</category><category domain="http://blogs.msdn.com/edhild/archive/tags/Office+2007/default.aspx">Office 2007</category><category domain="http://blogs.msdn.com/edhild/archive/tags/SharePoint+2007+book/default.aspx">SharePoint 2007 book</category></item><item><title>Video: Demo of Extending SharePoint to Collab on Document Fragments</title><link>http://blogs.msdn.com/edhild/archive/2007/09/03/video-demo-of-extending-sharepoint-to-collab-on-document-fragments.aspx</link><pubDate>Tue, 04 Sep 2007 02:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4731454</guid><dc:creator>edhild</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/edhild/comments/4731454.aspx</comments><wfw:commentRss>http://blogs.msdn.com/edhild/commentrss.aspx?PostID=4731454</wfw:commentRss><description>I have had many requests from customers and peers to have a look at my solution for supporting collaboration on fragments (or sections) of a MS Word document. In fact, few have referred to it as "slide libraries for word documents". It leverages the some custom actions in SharePoint with the Open XML file format to modify Word documents on the server. I'm a bit flattered, but thought I would take the time to capture a demonstration of the solution as a video to share. If you don't follow this blog, this solution is one of the chapters in my book: &lt;A class="" title="Pro SharePoint Solution Development" href="http://blogs.msdn.com/edhild/pages/pro-sharepoint-solution-development-combining-net-sharepoint-and-office-2007.aspx" mce_href="http://blogs.msdn.com/edhild/pages/pro-sharepoint-solution-development-combining-net-sharepoint-and-office-2007.aspx"&gt;Pro SharePoint Solution Development&lt;/A&gt;. You can get the code off of Apress' web site as well as get a more thorough code walkthrough in the book. This demonstration is more how an end-user would use the solution. My first attempt at "podcasting". Anyway, I placed the video on MSN SoapBox so it should be easy to get. See the link and info below. &lt;BR&gt;&lt;EMBED pluginspage=http://macromedia.com/go/getflashplayer src=http://images.soapbox.msn.com/flash/soapbox1_1.swf width=432 height=364 type=application/x-shockwave-flash mce_src="http://images.soapbox.msn.com/flash/soapbox1_1.swf" quality="high" wmode="transparent" flashvars="c=v&amp;amp;v=d7e6e173-a18a-4b98-8cf5-40d5b4fe42c6"&gt;&lt;/EMBED&gt;&lt;BR&gt;&lt;A title="Using SharePoint to Collab on Document Fragments" href="http://soapbox.msn.com/video.aspx?vid=d7e6e173-a18a-4b98-8cf5-40d5b4fe42c6" target=_new mce_href="http://soapbox.msn.com/video.aspx?vid=d7e6e173-a18a-4b98-8cf5-40d5b4fe42c6"&gt;Video: Using SharePoint to Collab on Document Fragments&lt;/A&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4731454" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/edhild/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/edhild/archive/tags/SharePoint+2007+book/default.aspx">SharePoint 2007 book</category></item><item><title>My SharePoint developers' book is done</title><link>http://blogs.msdn.com/edhild/archive/2007/04/17/my-sharepoint-developers-book-is-done.aspx</link><pubDate>Tue, 17 Apr 2007 21:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2165292</guid><dc:creator>edhild</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/edhild/comments/2165292.aspx</comments><wfw:commentRss>http://blogs.msdn.com/edhild/commentrss.aspx?PostID=2165292</wfw:commentRss><description>&lt;P&gt;So I am all done with the book. We have written all 15 chapters, had them reviewed by the techical reviewer, and been through second drafts. We have also been through a round of copy edits and proof readers. I just finished posting the last proof of the last chapter to the publisher which is what I review before it goes to the printer. The only remaining items are the index and the front matter for the book. Neither do I expect to have many significant edits. We are on target for a mid-may release.&lt;/P&gt;
&lt;P&gt;If you are asking yourself, what book? Check Out: &lt;A href="http://blogs.msdn.com/edhild/pages/pro-sharepoint-solution-development-combining-net-sharepoint-and-office-2007.aspx" mce_href="http://blogs.msdn.com/edhild/pages/pro-sharepoint-solution-development-combining-net-sharepoint-and-office-2007.aspx"&gt;http://blogs.msdn.com/edhild/pages/pro-sharepoint-solution-development-combining-net-sharepoint-and-office-2007.aspx&lt;/A&gt;. I'll make the final edits to the TOC in the next few days as some of the names have changed. But everything you see there made it into the book.&lt;/P&gt;
&lt;P&gt;If you want to read more, the technical reviewer posted a review the other day:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blah.winsmarts.com/2007-4-Ed_Hild_-and-amp;_Susie_Adams__Pro_SharePoint_Solution_Development.aspx" mce_href="http://blah.winsmarts.com/2007-4-Ed_Hild_-and-amp;_Susie_Adams__Pro_SharePoint_Solution_Development.aspx"&gt;http://blah.winsmarts.com/2007-4-Ed_Hild_-and-amp;_Susie_Adams__Pro_SharePoint_Solution_Development.aspx&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2165292" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/edhild/archive/tags/SharePoint+2007+book/default.aspx">SharePoint 2007 book</category></item><item><title>SharePoint Book Update</title><link>http://blogs.msdn.com/edhild/archive/2007/01/28/sharepoint-book-update.aspx</link><pubDate>Mon, 29 Jan 2007 07:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1549928</guid><dc:creator>edhild</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/edhild/comments/1549928.aspx</comments><wfw:commentRss>http://blogs.msdn.com/edhild/commentrss.aspx?PostID=1549928</wfw:commentRss><description>&lt;P&gt;Just chiming in on where we stand on the book. I just finished writing up the conclusion chapter. I've updated the TOC (&lt;A href="http://blogs.msdn.com/edhild/pages/pro-sharepoint-solution-development-combining-net-sharepoint-and-office-2007.aspx" mce_href="http://blogs.msdn.com/edhild/pages/pro-sharepoint-solution-development-combining-net-sharepoint-and-office-2007.aspx"&gt;http://blogs.msdn.com/edhild/pages/pro-sharepoint-solution-development-combining-net-sharepoint-and-office-2007.aspx&lt;/A&gt;). The chapter is called "Realizing the Vision". In this chapter we spend some time on helping you identify if SharePoint is a fit for your custom application. And we look to the horizon to see VSTO "Orcas", LOBi for MOSS 2007, and the licensing of the Office UI. We also take a moment to review some helpful tools that will help you on your way to developing on the Office platform: SharePoint Solution Generator, WSS Extensions for VS.NET, and the ECM Tookit.&lt;/P&gt;
&lt;P&gt;The InfoPath/Forms Services chapter is nearly done, so check back soon on that. I'm also half way through a smart document solution for Excel that allows users to capture list content from different sites so they can modify them in an offline scenario. This one requires VSTO 2005 for the document level project support so its developed with Office 2003. The solution still runs in Office 2007 of course. As soon as I am father along, I'll post some screen shots.&lt;/P&gt;
&lt;P&gt;Plus updates from my upcoming conference. I am participating in two sesssions with Bob German. One is on features/templates/solutions and the other is on enhancing web content management. I'm sure a few goodies from my demos will make it up here shortly.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1549928" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/edhild/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.msdn.com/edhild/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/edhild/archive/tags/SharePoint+2007+book/default.aspx">SharePoint 2007 book</category></item><item><title>Excel Services and User Defined Functions in Managed Code</title><link>http://blogs.msdn.com/edhild/archive/2006/12/29/excel-services-and-user-defined-functions-in-managed-code.aspx</link><pubDate>Sat, 30 Dec 2006 05:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1382942</guid><dc:creator>edhild</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/edhild/comments/1382942.aspx</comments><wfw:commentRss>http://blogs.msdn.com/edhild/commentrss.aspx?PostID=1382942</wfw:commentRss><description>&lt;P&gt;So I just finished coding the solution for my chapter on Excel Services. The more I dig deep in this feature of MOSS the more I am impressed. The thing is you have to look past the fact that this allows an organization to post thin-client read-only versions of spreadsheets. This is a great feature and a lot of the customers I have worked with see it as a help to low-bandwidth requirements as well as a way to distribute spreadsheet information. But of course my book is for developers and there is another side to the Excel Services story that is just way cool...&lt;/P&gt;
&lt;P&gt;It shouldn't be difficult to imagine going into a consulting gig and the customer throws you a bunch of spreadsheets that contain the logic that they want coded into their enterprise application. This usually results in the development team re-inventing the wheel and rebuilding all of this logic into their app spread through stored procedures, business objects, and even the presentation layer. The problem is that such an approach reduces the organization's ability to maintain the logic that was in the spreadsheet. Things like ranges for price discounts, percentage of markup from their base prices, etc. This should be the developers view fo Excel Services. This approach allows the organization to still have access to these calculations in a spreadsheet form and once published a custom application can interact with it through the Excel Services web service.&lt;/P&gt;
&lt;P&gt;Of course, the spreadsheet once a part of an enterprise solution, probably needs to communicate with databases, other web services, etc. This can be done as well with user defined functions. Basically these are methods of a .NET class that has been decorated with attributes so that it can be called as a function within Excel! &lt;/P&gt;
&lt;P&gt;The solution in Chapter 6 of my book takes this exact approach. We dive into a spreadsheet for calculating prices of products, add connectivity to a database and web services, and then publish it to Excel Services. From there, we show you how to invoke the spreadsheet through web services thus including it as part of a custom application. Here are some great references I have found in researching these techniques:&lt;/P&gt;
&lt;P&gt;Shahar's Blog: &lt;A href="http://blogs.msdn.com/cumgranosalis/default.aspx" mce_href="http://blogs.msdn.com/cumgranosalis/default.aspx"&gt;http://blogs.msdn.com/cumgranosalis/default.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Luis' Blog: &lt;A href="http://blogs.msdn.com/luisbeonservices/default.aspx" mce_href="http://blogs.msdn.com/luisbeonservices/default.aspx"&gt;http://blogs.msdn.com/luisbeonservices/default.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;A primer: &lt;A href="http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx" mce_href="http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx"&gt;http://blogs.msdn.com/cumgranosalis/archive/2006/04/04/UdfsPrimer.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Great list of links to get started: &lt;A href="http://blogs.msdn.com/luisbeonservices/archive/2006/09/28/pre-requisites.aspx" mce_href="http://blogs.msdn.com/luisbeonservices/archive/2006/09/28/pre-requisites.aspx"&gt;http://blogs.msdn.com/luisbeonservices/archive/2006/09/28/pre-requisites.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Video: &lt;A href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060427exceldk/manifest.xml" mce_href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060427exceldk/manifest.xml"&gt;http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060427exceldk/manifest.xml&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So back to writing. Should have this one written up quickly as it has lots of good stuff. I'll update the TOC for the book once I am done. In case you have no clue as to what book I am taking about: Read more about my SharePoint/Office 2007 development book: &lt;A href="http://blogs.msdn.com/edhild/pages/pro-sharepoint-solution-development-combining-net-sharepoint-and-office-2007.aspx" mce_href="http://blogs.msdn.com/edhild/pages/pro-sharepoint-solution-development-combining-net-sharepoint-and-office-2007.aspx"&gt;http://blogs.msdn.com/edhild/pages/pro-sharepoint-solution-development-combining-net-sharepoint-and-office-2007.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Susie is hard at work finishing up the InfoPath and Forms Services chapter. I'll have a post on that likely next week.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1382942" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/edhild/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/edhild/archive/tags/SharePoint+2007+book/default.aspx">SharePoint 2007 book</category></item></channel></rss>