xsl-list
[Top] [All Lists]

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

2011-07-11 18:11:28
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(_at_)comcast(_dot_)net 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>