xsl-list
[Top] [All Lists]

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

2011-07-12 01:35:02
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(_dot_)imsieke(_at_)le-tex(_dot_)de> 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(_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>
--~--



--~------------------------------------------------------------------
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>