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]

Max value from a table


I need to find the largest value from a table and use that in calculating percentage values in my target XML document.

eg.
---- FROM ------
<?xml version="1.0"?>
<table>
   <row><col>25</col><col>7</col></row>
   <row><col>1</col><col>100</col></row>
</table>

-- 100 is the largest value in the table - now used to calculate each new cell as x / 100.

---- TO ------
<?xml version="1.0"?>
<table>
   <row><col>.25</col><col>.07</col></row>
   <row><col>.01</col><col>1</col></row>
</table>


Any ideas?
Thanks!
-- 

_______________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup


Have you downloaded the latest calling software from Net2Phone? Click here to get it now!

http://www.net2phone.com/cgi-bin/link.cgi?157




 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]