Re: [xsl] Trying to simply reformat but my stylesheet will not compile

Subject: Re: [xsl] Trying to simply reformat but my stylesheet will not compile
From: "Imsieke, Gerrit, le-tex" <gerrit.imsieke@xxxxxxxxx>
Date: Tue, 12 Jul 2011 01:11:05 +0200
Just drop the curly braces inside the select Attribute. No need for attribute value templates within a @select!

On 2011-07-12 01:05, thehulk@xxxxxxxxxxx wrote:
<value-of select="{sum( Service//Charge[not(Trans_Class=&quot;I&quot;)]/Charge_Amount/Amount )}" />

change to:


<value-of select="sum( Service//Charge[not(Trans_Class=&quot;I&quot;)]/Charge_Amount/Amount )" />

-Gerrit

Current Thread