<?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>cjwalker's WebLog : SharePoint &amp; FrontPage</title><link>http://blogs.msdn.com/cjwalker/archive/tags/SharePoint+_2600_+FrontPage/default.aspx</link><description>Tags: SharePoint &amp; FrontPage</description><dc:language>en-AU</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>SharePoint User Group for Brisbane</title><link>http://blogs.msdn.com/cjwalker/archive/2005/11/09/490710.aspx</link><pubDate>Wed, 09 Nov 2005 09:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:490710</guid><dc:creator>cjwalker</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/cjwalker/comments/490710.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cjwalker/commentrss.aspx?PostID=490710</wfw:commentRss><description>&lt;P&gt;Adam Clark has kicked off the Brisbane SharePoint User Group with a first meeting today.&lt;/P&gt;
&lt;P&gt;The plan is to get together over lunch (12:00-1:30) on the 2nd Wednesday of each month at the Microsoft office, Level 9, Waterfront Place, 1 Eagle St, Brisbane.&lt;/P&gt;
&lt;P&gt;Today's meeting was very informal, just getting a few interested parties together to get some input into future meetings. &lt;/P&gt;
&lt;P&gt;In general the idea is to get technically minded people together to share experiences, techniques, best practices etc and hopefully impart new knowledge to each other around:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SharePoint integration with workflow, BizTalk, InfoPath and other MS products 
&lt;LI&gt;SharePoint development - site definitions, customisations, web parts 
&lt;LI&gt;SharePoint/CMS - what's coming with the next release 
&lt;LI&gt;Applying SharePoint to real-life business scenarios 
&lt;LI&gt;General SharePoint tips and tricks&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Please contact Adam directly if you'd like an invite to the next meeting &lt;A href="mailto:Adam@scrumpa.net"&gt;Adam@scrumpa.net&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="BACKGROUND-COLOR: #ffffff" color=#ff0000&gt;&lt;STRONG&gt;UPDATE::: &lt;/STRONG&gt;&lt;/FONT&gt;&lt;A href="http://bspug.officeisp.net/default.aspx"&gt;&lt;FONT style="BACKGROUND-COLOR: #ffffff" color=#ff0000&gt;&lt;STRONG&gt;http://bspug.officeisp.net/default.aspx&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT style="BACKGROUND-COLOR: #ffffff" color=#ff0000&gt;&lt;STRONG&gt;&amp;nbsp;the web site is now up and running.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=490710" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cjwalker/archive/tags/SharePoint+_2600_+FrontPage/default.aspx">SharePoint &amp; FrontPage</category></item><item><title>Pre-populating a document library with pages/files using ONET.XML</title><link>http://blogs.msdn.com/cjwalker/archive/2005/10/26/484879.aspx</link><pubDate>Wed, 26 Oct 2005 01:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:484879</guid><dc:creator>cjwalker</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/cjwalker/comments/484879.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cjwalker/commentrss.aspx?PostID=484879</wfw:commentRss><description>&lt;P&gt;&lt;SPAN class=msg&gt;I recently came across a forum post that indicated that this wasn't possible - well just keep those challenges coming :)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=msg&gt;It IS possible to pre-populate a Document Library with files. &lt;BR&gt;&lt;BR&gt;Here goes (this adds a Web Part Page to a Document Library - obviously you could create a Document Library where the default page template is a Web Part Page)&lt;BR&gt;&lt;BR&gt;1. in your ONET.XML add a module under your existing Default module &lt;BR&gt;2. The name can be whatever &lt;BR&gt;3. Use the List ID from whichever Library you want your docs or pages to go to (look earlier in the ONET file for this) - Shared Documents in STS is &lt;FONT color=#ff0000&gt;101&lt;/FONT&gt; by default, likewise use the Url to specify the &lt;FONT color=#ff0000&gt;URL&lt;/FONT&gt; of the Document Library &lt;BR&gt;4. specify the &lt;FONT style="BACKGROUND-COLOR: #ffffff" color=#ff0000&gt;Path&lt;/FONT&gt; to where your source files are (relative to the root Site Definition in the file system) &lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;&lt;SPAN class=msg&gt;&amp;lt;Module Name="randomNameForModule" List="&lt;FONT color=#000000&gt;101&lt;/FONT&gt;" Url="Shared Documents" Path="DOCTEMP\SMARTPGS"&amp;gt; &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;5. you can then add FILE elements for each file &lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;&amp;lt;File Name="NewDocument.aspx" Url="spstd1.aspx" Type="GhostableInLibrary" &amp;gt; &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr&gt;... at this point you can also add web parts to web part pages using the AllUsersWebPart element &lt;/P&gt;
&lt;P dir=ltr&gt;6. Include the module in the Configuration (usually the one with&amp;nbsp;ID="0" Name="Default" - if you made a copy of the STS Site Def and just modified the default Team Site config)&lt;/P&gt;
&lt;P dir=ltr&gt;voi la &lt;BR&gt;&lt;BR&gt;the only gotcha I have found so far is when trying to add these new pages to a NavBar in ONET.XML - it seems that SharePoint uses one set of NavBars and FrontPage another (not quite, but it can appear that way) - I think it is problematic due to ghosting. &lt;BR&gt;&lt;BR&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=484879" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cjwalker/archive/tags/SharePoint+_2600_+FrontPage/default.aspx">SharePoint &amp; FrontPage</category></item><item><title>30 new applications for SharePoint</title><link>http://blogs.msdn.com/cjwalker/archive/2005/08/05/447878.aspx</link><pubDate>Fri, 05 Aug 2005 01:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:447878</guid><dc:creator>cjwalker</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/cjwalker/comments/447878.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cjwalker/commentrss.aspx?PostID=447878</wfw:commentRss><description>&lt;P&gt;These look pretty handy - I haven't looked under the covers yet - just discovered them today. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.microsoft.com/technet/prodtechnol/sppt/wssapps/default.mspx"&gt;http://www.microsoft.com/technet/prodtechnol/sppt/wssapps/default.mspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=447878" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cjwalker/archive/tags/SharePoint+_2600_+FrontPage/default.aspx">SharePoint &amp; FrontPage</category></item><item><title>Sorting numeric values in a Data View when sourcing data from a web service</title><link>http://blogs.msdn.com/cjwalker/archive/2005/05/29/423096.aspx</link><pubDate>Sun, 29 May 2005 11:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:423096</guid><dc:creator>cjwalker</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cjwalker/comments/423096.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cjwalker/commentrss.aspx?PostID=423096</wfw:commentRss><description>&lt;P&gt;There is something quirky going on that I can't explain. If you add a simple XML file with no schema (with int and string elements) to the Data Source Catalog and open the Sort &amp;amp; Group dialog for the Data View you get the choice of sorting on elements containing numeric values as numeric values - and not as strings. This is shown in the dialog as &amp;lt;fieldname&amp;gt;(Number).&lt;/P&gt;
&lt;P&gt;For some strange reason this does not appear when you want to sort numeric values returned through a web service...&lt;/P&gt;
&lt;P&gt;Anyway, to fix it: &lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Select the desired sort field in the dialog.&lt;/LI&gt;
&lt;LI&gt;Edit the XSL - look for the dvt_1.body template, find the xsl:for-each and the xsl:sort within it that selects your sort field - add the attribute data-type="number"&lt;/LI&gt;
&lt;LI&gt;Voi la&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=423096" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cjwalker/archive/tags/SharePoint+_2600_+FrontPage/default.aspx">SharePoint &amp; FrontPage</category></item><item><title>Adding page numbers to a paged Data View web part</title><link>http://blogs.msdn.com/cjwalker/archive/2005/05/28/422826.aspx</link><pubDate>Fri, 27 May 2005 17:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:422826</guid><dc:creator>cjwalker</dc:creator><slash:comments>9</slash:comments><comments>http://blogs.msdn.com/cjwalker/comments/422826.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cjwalker/commentrss.aspx?PostID=422826</wfw:commentRss><description>&lt;P&gt;I found it hard to believe that no one had posted something on this already...&lt;/P&gt;
&lt;P&gt;I think I have heard it grumbled now and again - it's nice that SharePoint Lists support paging - but where are the individual page numbers? why do I have to click Next, Next, Next!!!&lt;/P&gt;
&lt;P&gt;I can now end this misery and winging by adding page numbers to Data Views.&lt;/P&gt;
&lt;P&gt;The solution leverages the fact that the navigation links created by default pass a parameter indicating what row number to start rendering from. By looping through the row data and checking the current position we can simply output a page number ( &lt;FONT face="Courier New" size=2&gt;&lt;FONT face="Times New Roman"&gt;((position() - 1) div $RowLimit) + 1) )&lt;/FONT&gt; &lt;/FONT&gt;everytime we get to a row number that would be the start of the next page ( using position() mod $RowLimit ). I am not sure how efficient it is - happy to accept feedback on your experiences...&amp;nbsp; &lt;EM&gt;this is just a sample &lt;/EM&gt;- who knows how well it will work against your 10,000 rows of data :)&lt;/P&gt;
&lt;P&gt;This solution assumes you have created a Data View and changed its options to "Display items in sets of this size X" &amp;nbsp;&lt;/P&gt;
&lt;P&gt;To implement:&lt;/P&gt;
&lt;P&gt;1. Using FrontPage 2003, view the HTML (XSLT) source of your Data View&lt;/P&gt;
&lt;P&gt;2. Find &amp;lt;xsl:template name="dvt_1.navigation"&amp;gt; and add &amp;lt;xsl:param name="Rows"/&amp;gt; as the last param&lt;/P&gt;
&lt;P&gt;3. Somewhere in the &amp;lt;table&amp;gt; that is output in this template &lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P dir=ltr&gt;&lt;FONT face="Courier New" size=2&gt;&amp;lt;tr&amp;gt;&amp;lt;td colspan="2" class="ms-vb"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;xsl:for-each select="$Rows"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;xsl:if test="(position() mod $RowLimit) = 1"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;a&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;xsl:attribute name="href"&amp;gt;javascript: &amp;lt;xsl:value-of xmlns:xsl="&lt;/FONT&gt;&lt;A href="http://www.w3.org/1999/XSL/Transform"&gt;&lt;FONT face="Courier New" size=2&gt;http://www.w3.org/1999/XSL/Transform&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face="Courier New" size=2&gt;" select="ddwrt:GenFireServerEvent(concat('dvt_firstrow={',position(),'}'))"/&amp;gt;;&amp;lt;/xsl:attribute&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;xsl:value-of select="((position() - 1) div $RowLimit) + 1"/&amp;gt;&amp;lt;/a&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;xsl:text xmlns:ddwrt="&lt;/FONT&gt;&lt;A href="http://schemas.microsoft.com/WebParts/v2/DataView/runtime"&gt;&lt;FONT face="Courier New" size=2&gt;http://schemas.microsoft.com/WebParts/v2/DataView/runtime&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face="Courier New" size=2&gt;" ddwrt:nbsp-preserve="yes" disable-output-escaping="yes"&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/xsl:text&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/xsl:if&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/xsl:for-each&amp;gt;&lt;BR&gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr&gt;4. Find &amp;lt;xsl:call-template name="dvt_1.navigation"&amp;gt; and add &amp;lt;xsl:with-param name="Rows" select="$Rows"/&amp;gt; as the last param&lt;/P&gt;
&lt;P dir=ltr&gt;This should be enough to get you started. You could add an &amp;lt;xsl:if test&amp;gt; statement to prevent the current page number from being created as a link.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=422826" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cjwalker/archive/tags/SharePoint+_2600_+FrontPage/default.aspx">SharePoint &amp; FrontPage</category></item><item><title>the 'real' essential FrontPage/SharePoint tips are here</title><link>http://blogs.msdn.com/cjwalker/archive/2005/05/28/422825.aspx</link><pubDate>Fri, 27 May 2005 17:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:422825</guid><dc:creator>cjwalker</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cjwalker/comments/422825.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cjwalker/commentrss.aspx?PostID=422825</wfw:commentRss><description>&lt;P&gt;&lt;a href="http://blogs.msdn.com/frontpoint/"&gt;http://blogs.msdn.com/frontpoint/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;These tips are essential for any decent customisation of SharePoint using FrontPage. FrontPoint rocks.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=422825" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cjwalker/archive/tags/SharePoint+_2600_+FrontPage/default.aspx">SharePoint &amp; FrontPage</category></item><item><title>Adding a form field to filter the contents of a Data View web part</title><link>http://blogs.msdn.com/cjwalker/archive/2005/05/25/421980.aspx</link><pubDate>Wed, 25 May 2005 14:13:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:421980</guid><dc:creator>cjwalker</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/cjwalker/comments/421980.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cjwalker/commentrss.aspx?PostID=421980</wfw:commentRss><description>&lt;P&gt;If you haven't worked it out by now, I am using my blog to capture useful titbits on SharePoint, BizTalk and InfoPath that I don't want to forget myself.&lt;/P&gt;
&lt;P&gt;Anyway - here's another useful one for SharePoint and Data View web parts that I think is great, but maybe just not that obvious for working out yourself.&lt;/P&gt;
&lt;P&gt;The idea is to effectively create a simple "search" facility on a Data View web part, which is enabled by creating a Form Web Part with a single text field that provides this value as input to the Data View, the Data View is filtered based on the input value.&lt;/P&gt;
&lt;P&gt;To create:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;From FrontPage 2003, add a Data View web part to your Web Part Page 
&lt;LI&gt;Configure a Filter on the Data View web part. set the Comparison to "Contains" and the Value to "Input_Parameter" 
&lt;LI&gt;Add a Form web part to the page 
&lt;LI&gt;Create a web part connection from the Form web part to the Data View web part. Have it "Provide Form values to" another web part, and set the Target Action to "Modify View using parameters from" 
&lt;LI&gt;Select the form field and map it to the Input_Parameter
&lt;LI&gt;Give it a go.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;One gotcha I came across was trying to setup a Contains filter on a Lookup column. It seems that it is a constraint imposed by FrontPage 2003. I found that you can set it on a string value, have a look at the XSLT, and then apply this same change to a Lookup column and it works fine.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=421980" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cjwalker/archive/tags/SharePoint+_2600_+FrontPage/default.aspx">SharePoint &amp; FrontPage</category></item><item><title>fun with List Templates and Data Views in SharePoint Portal Area's</title><link>http://blogs.msdn.com/cjwalker/archive/2005/04/13/408019.aspx</link><pubDate>Wed, 13 Apr 2005 14:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:408019</guid><dc:creator>cjwalker</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/cjwalker/comments/408019.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cjwalker/commentrss.aspx?PostID=408019</wfw:commentRss><description>&lt;UL&gt;
&lt;LI&gt;Have you tried to create a new Custom List then wanted to create a new instance elsewhere? 
&lt;LI&gt;Ever tried to create a Data View in one area that access a List created in the 'Home' Area?&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;I did - and it wasn't quite what I was hoping for or expected. Certainly life is easier under WSS.&lt;/P&gt;
&lt;P&gt;Initially I was trying to create a bunch of lists to manage some data in the portal and to display this data in other portal Area's. So the initial design was to create the Custom Lists in the Home area and then create a Data View web part that displayed this data in new and interesting ways in different Area's throughout the portal. Sounded good in theory - certainly works easy enough in WSS. &amp;lt;insert sound effect for wrong answer in a game show&amp;gt;&lt;/P&gt;
&lt;P&gt;Anyway, I looked further into it and the error seemed to stem from the Area not "knowing" about the List template since the sub-Area was using a different template to the Home Area. So I then tried (stay with me, this learning experience is going somewhere) saving the Custom List as a List Template and to create a new instance in the other Area. Crash and burn again! Can't do that either. So you can save it fine, but you can only create that same Custom List in Areas that use the same template - ahhh! So you can see all the different List Templates in the one List Template Gallery but when you go to a specific Area and try to Create a new List it will only show those Lists that were created in the same Area Template.&lt;/P&gt;
&lt;P&gt;So the solution is that you need to create Custom Lists in an Area that uses the same template as the Area's you would like to use and display that List (if that makes sense). In my case I created a new "hidden" Area called PortalData (below Home) and just&amp;nbsp;"Excluded it from the Portal Site Navigation" (in the Area Settings - Display). I then also changed the Settings so that any sub-Areas created below my PortalData area inherited the template, thus allow me to create and use the Custom Lists. This finally worked. I create sub-Areas from the same PortalData, and can move them around (drag &amp;amp; drop them in the Portal Site Map) to wherever I want them. You may also need to un-exclude them from Portal site navigation if they are not showing up in the top navigation bar.&lt;/P&gt;
&lt;P&gt;All's well. Hopefully that saves at least one other person from hours of pain!&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#ff1493&gt;Updated - 15 April 2005&lt;BR&gt;&lt;/FONT&gt;Mads has a workaround that will save you re-creating Lists in different Areas. Thanks &lt;A href="http://thesolomonfam.com/Blog/heathersblog/archive/2005/04/05/176.aspx"&gt;Heather&lt;/A&gt;&amp;nbsp;&lt;BR&gt;Check it out here &lt;A title=http://weblogs.asp.net/mnissen/archive/2004/10/01/236593.aspx href="http://weblogs.asp.net/mnissen/archive/2004/10/01/236593.aspx"&gt;http://weblogs.asp.net/mnissen/archive/2004/10/01/236593.aspx&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=408019" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cjwalker/archive/tags/SharePoint+_2600_+FrontPage/default.aspx">SharePoint &amp; FrontPage</category></item></channel></rss>