<?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: Linking list data and summing over it with XSL and the Dataview Web Part</title>
	<atom:link href="http://www.novolocus.com/2009/03/25/linking-list-data-and-summing-over-it-with-xsl-and-the-dataview-web-part/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.novolocus.com/2009/03/25/linking-list-data-and-summing-over-it-with-xsl-and-the-dataview-web-part/</link>
	<description>Whatever I'm working on, really...</description>
	<lastBuildDate>Fri,  5 Mar 2010 23:09:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2009/03/25/linking-list-data-and-summing-over-it-with-xsl-and-the-dataview-web-part/comment-page-1/#comment-5869</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 28 Aug 2009 10:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1191#comment-5869</guid>
		<description>Well, that depends on your code - but I&#039;m pretty sure the template I modified was clled dvt_2 . All the &#039;2&#039; bits seem to be for the joined subview.</description>
		<content:encoded><![CDATA[<p>Well, that depends on your code &#8211; but I&#8217;m pretty sure the template I modified was clled dvt_2 . All the &#8216;2&#8242; bits seem to be for the joined subview.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinod</title>
		<link>http://www.novolocus.com/2009/03/25/linking-list-data-and-summing-over-it-with-xsl-and-the-dataview-web-part/comment-page-1/#comment-5865</link>
		<dc:creator>vinod</dc:creator>
		<pubDate>Thu, 27 Aug 2009 14:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1191#comment-5865</guid>
		<description>Hi,

I have exactly the same issuue, but since i am new to sharepoint, I don&#039;t know where exactly i need to change the XSL code. Can you please guide me which part of the XSL code, I need to change to get the Total Sum</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have exactly the same issuue, but since i am new to sharepoint, I don&#8217;t know where exactly i need to change the XSL code. Can you please guide me which part of the XSL code, I need to change to get the Total Sum</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2009/03/25/linking-list-data-and-summing-over-it-with-xsl-and-the-dataview-web-part/comment-page-1/#comment-5766</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 15 Jul 2009 15:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1191#comment-5766</guid>
		<description>I don&#039;t think I&#039;ve got the &#039;before&#039; XSL code. Sorry.

I inserted the &#039;Joined Subview&#039; as described in Sahil Malik&#039;s instructions, which shows all the joined sub items in a nested table. 

I then editted the XSL. The &#039;template&#039; I modified was the &#039;dvt_2&#039; template. Basically, I made it output another couple of table cells, rather than a new table. 

I also queried the XML data to get the sum and total - those are the two lines highlighted in Yellow</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think I&#8217;ve got the &#8216;before&#8217; XSL code. Sorry.</p>
<p>I inserted the &#8216;Joined Subview&#8217; as described in Sahil Malik&#8217;s instructions, which shows all the joined sub items in a nested table. </p>
<p>I then editted the XSL. The &#8216;template&#8217; I modified was the &#8216;dvt_2&#8242; template. Basically, I made it output another couple of table cells, rather than a new table. </p>
<p>I also queried the XML data to get the sum and total &#8211; those are the two lines highlighted in Yellow</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michele</title>
		<link>http://www.novolocus.com/2009/03/25/linking-list-data-and-summing-over-it-with-xsl-and-the-dataview-web-part/comment-page-1/#comment-5760</link>
		<dc:creator>Michele</dc:creator>
		<pubDate>Mon, 13 Jul 2009 14:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1191#comment-5760</guid>
		<description>Hi, 
thank you for very interesting information.
I was tryng to use your instruction to obtain a sum of the subview data instead the value of each row, but Data View in sharepoint say me I did some error.
I&#039;m not so able to understand how to write code properly in XSL, I would be obliged to you if you can send me the original code and the final code of your example, so that I can learn how to apply this to my lists (i tried to replicate your exercise using your lists but still I did some error, it seems I miss something).

Kind regards
Michele</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thank you for very interesting information.<br />
I was tryng to use your instruction to obtain a sum of the subview data instead the value of each row, but Data View in sharepoint say me I did some error.<br />
I&#8217;m not so able to understand how to write code properly in XSL, I would be obliged to you if you can send me the original code and the final code of your example, so that I can learn how to apply this to my lists (i tried to replicate your exercise using your lists but still I did some error, it seems I miss something).</p>
<p>Kind regards<br />
Michele</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2009/03/25/linking-list-data-and-summing-over-it-with-xsl-and-the-dataview-web-part/comment-page-1/#comment-5571</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 20 May 2009 15:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1191#comment-5571</guid>
		<description>Hmm. Sorting - not sure. But filtering - yeah, no problem. I&#039;d be lazy and just use an &lt;xsl:if /&gt; around the xsl that outputs the whole row. 

It&#039;s lazy &#039;cos it isn&#039;t filtering at the query stage - you&#039;re just not displayed records where the &#039;if&#039; isn&#039;t true.

&#039;Course that means having to write more xsl which can be a bit scary, but it would work!</description>
		<content:encoded><![CDATA[<p>Hmm. Sorting &#8211; not sure. But filtering &#8211; yeah, no problem. I&#8217;d be lazy and just use an <xsl :if /> around the xsl that outputs the whole row. </p>
<p>It&#8217;s lazy &#8216;cos it isn&#8217;t filtering at the query stage &#8211; you&#8217;re just not displayed records where the &#8216;if&#8217; isn&#8217;t true.</p>
<p>&#8216;Course that means having to write more xsl which can be a bit scary, but it would work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://www.novolocus.com/2009/03/25/linking-list-data-and-summing-over-it-with-xsl-and-the-dataview-web-part/comment-page-1/#comment-5569</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Wed, 20 May 2009 13:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1191#comment-5569</guid>
		<description>Is it possible to then sort or filter on the remaining number of items?

I have an almost identical example but want to show only records that have less than 10% of the total amount remaining.

Any help much appreciated</description>
		<content:encoded><![CDATA[<p>Is it possible to then sort or filter on the remaining number of items?</p>
<p>I have an almost identical example but want to show only records that have less than 10% of the total amount remaining.</p>
<p>Any help much appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://www.novolocus.com/2009/03/25/linking-list-data-and-summing-over-it-with-xsl-and-the-dataview-web-part/comment-page-1/#comment-5129</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Wed, 15 Apr 2009 14:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1191#comment-5129</guid>
		<description>My hero!

But seriously, thanks for posting this, I&#039;d been attempting to do this in SPD for hours and couldn&#039;t figure the right part of the code to change to get subtotals displaying.</description>
		<content:encoded><![CDATA[<p>My hero!</p>
<p>But seriously, thanks for posting this, I&#8217;d been attempting to do this in SPD for hours and couldn&#8217;t figure the right part of the code to change to get subtotals displaying.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
