This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

sum and substring xpath needed


Hi all,

Please can someone give me the xpath that will sum() the following
values into the select attribute of a variable (ie not a rtf).

<colspec colwidth="38mm"/>
<colspec colwidth="22mm"/>
<colspec colwidth="26mm"/>
<colspec colwidth="43mm"/>

so something like:

<xsl:variable name="total" 
  select="sum(substring-before(//tgroup/colspec/@colwidth,'mm'))"/>

..this obviously fails because sum() requires a node-set and the
substring functions return strings, but you get the idea.  I dont think
its possible to do in a single select but you never know, hopefully
there's some trick available.

cheers
andrew




 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.381 / Virus Database: 214 - Release Date: 02/08/2002
 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]