<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: XSL template for adding days</title>
	<atom:link href="http://www.sharepointboris.net/2008/11/xsl-template-for-adding-days/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointboris.net/2008/11/xsl-template-for-adding-days/</link>
	<description>and Boris Gomiunik</description>
	<lastBuildDate>Tue, 07 Feb 2012 12:17:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Levi</title>
		<link>http://www.sharepointboris.net/2008/11/xsl-template-for-adding-days/#comment-409</link>
		<dc:creator>Levi</dc:creator>
		<pubDate>Wed, 02 Mar 2011 02:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/11/xsl-template-for-adding-days/#comment-409</guid>
		<description>Nice one!</description>
		<content:encoded><![CDATA[<p>Nice one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vimala</title>
		<link>http://www.sharepointboris.net/2008/11/xsl-template-for-adding-days/#comment-408</link>
		<dc:creator>Vimala</dc:creator>
		<pubDate>Thu, 07 Oct 2010 16:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/11/xsl-template-for-adding-days/#comment-408</guid>
		<description>Cool!!! You save my life a lot. Thanks.</description>
		<content:encoded><![CDATA[<p>Cool!!! You save my life a lot. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.sharepointboris.net/2008/11/xsl-template-for-adding-days/#comment-407</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 11 Feb 2010 05:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/11/xsl-template-for-adding-days/#comment-407</guid>
		<description>Very cool - I was in the same boat as you. Thanks!</description>
		<content:encoded><![CDATA[<p>Very cool &#8211; I was in the same boat as you. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris Gomiunik</title>
		<link>http://www.sharepointboris.net/2008/11/xsl-template-for-adding-days/#comment-406</link>
		<dc:creator>Boris Gomiunik</dc:creator>
		<pubDate>Mon, 25 Jan 2010 07:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/11/xsl-template-for-adding-days/#comment-406</guid>
		<description>@JCNET: I was looking for a solution, I couldn&#039;t find anything that worked. If you know an XPATH expression that would work, please let me know.</description>
		<content:encoded><![CDATA[<p>@JCNET: I was looking for a solution, I couldn&#8217;t find anything that worked. If you know an XPATH expression that would work, please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JCNET</title>
		<link>http://www.sharepointboris.net/2008/11/xsl-template-for-adding-days/#comment-405</link>
		<dc:creator>JCNET</dc:creator>
		<pubDate>Tue, 12 Jan 2010 15:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/11/xsl-template-for-adding-days/#comment-405</guid>
		<description>Is it  just me, or is it crazy that it&#039;s not much easier to do this CRITICAL and BASIC operation inside a SharePoint Designer XPATH Expression filter.  Umm.. dateadd maybe?</description>
		<content:encoded><![CDATA[<p>Is it  just me, or is it crazy that it&#8217;s not much easier to do this CRITICAL and BASIC operation inside a SharePoint Designer XPATH Expression filter.  Umm.. dateadd maybe?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris Gomiunik</title>
		<link>http://www.sharepointboris.net/2008/11/xsl-template-for-adding-days/#comment-404</link>
		<dc:creator>Boris Gomiunik</dc:creator>
		<pubDate>Fri, 07 Nov 2008 22:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/11/xsl-template-for-adding-days/#comment-404</guid>
		<description>Hi, Curious in Indiana!

The problem is because of a mismatching end tag. I&#039;ve updated the post to have easier selectable text. Perhaps the quotes were the problem. Othewise if the problem persists, please verify that you have all the &lt;xsl:value-of ... tags finishing with a slash before closing them /&gt;</description>
		<content:encoded><![CDATA[<p>Hi, Curious in Indiana!</p>
<p>The problem is because of a mismatching end tag. I&#8217;ve updated the post to have easier selectable text. Perhaps the quotes were the problem. Othewise if the problem persists, please verify that you have all the &lt;xsl:value-of &#8230; tags finishing with a slash before closing them /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curious in Indiana</title>
		<link>http://www.sharepointboris.net/2008/11/xsl-template-for-adding-days/#comment-403</link>
		<dc:creator>Curious in Indiana</dc:creator>
		<pubDate>Fri, 07 Nov 2008 12:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/11/xsl-template-for-adding-days/#comment-403</guid>
		<description>I&#039;d like to something similar but need to add up to 90 days.  This is interesting.  However, it&#039;s a bit beyond my reach technically.  I&#039;ve tried following the directions you gave above using SharePoint designer and I keep getting an error:

This Web Part does not have a valid XSLT stylesheet:  Error: End tag &#039;xsl:when&#039; does not match the start tag &#039;xsl:value-of&#039;</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to something similar but need to add up to 90 days.  This is interesting.  However, it&#8217;s a bit beyond my reach technically.  I&#8217;ve tried following the directions you gave above using SharePoint designer and I keep getting an error:</p>
<p>This Web Part does not have a valid XSLT stylesheet:  Error: End tag &#8216;xsl:when&#8217; does not match the start tag &#8216;xsl:value-of&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://www.sharepointboris.net/2008/11/xsl-template-for-adding-days/#comment-402</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Fri, 07 Nov 2008 07:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/11/xsl-template-for-adding-days/#comment-402</guid>
		<description>Wow! It looks really complicated. Have you tried using custom XSLT functions (EXSLT is just an example, but you could create your own functions as well)? I have described the process on my blog @ http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/. It&#039;s about extending the Content Query Web Part but I&#039;m pretty sure you could do the same for any other XSLT-using Web Part.</description>
		<content:encoded><![CDATA[<p>Wow! It looks really complicated. Have you tried using custom XSLT functions (EXSLT is just an example, but you could create your own functions as well)? I have described the process on my blog @ <a href="http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/" rel="nofollow">http://blog.mastykarz.nl/extending-content-query-web-part-xslt-custom-functions/</a>. It&#8217;s about extending the Content Query Web Part but I&#8217;m pretty sure you could do the same for any other XSLT-using Web Part.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

