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: Michel Hendriksen <michel.hendriksen@xxxxx>
Date: Tue, 12 Jul 2011 08:34:43 +0200
Also, if statement can be refactored to apply-templates to Service.

Michel

On Tue, Jul 12, 2011 at 1:11 AM, Imsieke, Gerrit, le-tex
<gerrit.imsieke@xxxxxxxxx> wrote:
> 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