xsl-list
[Top] [All Lists]

Re: summing preceding attribute values

2005-01-11 06:59:37

So you are confirming that the code snippet  _should_ sum the
preceding-siblings' span attribute?

Thanks,
Lou



                                                                                
                                                                   
                      David Carlisle                                            
                                                                   
                      <davidc(_at_)nag(_dot_)co(_dot_)u         To:      
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com                                
                            
                      k>                       cc:                              
                                                                   
                                               Subject: Re: [xsl] summing 
preceding attribute values                                               
                      01/11/2005 08:32                                          
                                                                   
                      Please respond                                            
                                                                   
                      to xsl-list                                               
                                                                   
                                                                                
                                                                   
                                                                                
                                                                   




    <xsl:value-of select="sum(preceding-sibling::cell[(_at_)span]/ @span)"/>

    This does not work

it is the right thing so

   Any ideas on what I am doing wrong?

presumably something in part of the code that you dodn't show us. eg
current node isn't what you expected, or something to do with
namespaces, or the phase of the moon or...



David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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