|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: calculating pow of numbers and a final sum
Look at http://exslt.org/math/functions/power/index.html Edward Middleton -----Original Message----- From: Andreas Mecky [mailto:andreasmecky@xxxxxxxx] Sent: Wednesday, January 22, 2003 6:06 PM To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: calculating pow of numbers and a final sum Hello everybody, I am kind of a newbie to this mailing list and I have a problem that keeps me busy for some time now. I am working on a code generator for some java classes. This is my XML: <?xml version="1.0" ?> <logging> <target name="init"/> <target name="debug"/> <target name="fatal"/> </logging> this should result in: public static final int INIT = 1; public static final int DEBUG = 2; public static final int FATAL = 4; public static final int ALL = 8; I can get everything working except the numbers. How can I calculate the numbers which are something like counter=2^(pos-1)? This all entry is generated automatically. At this point I need either to sum all former values or do the same calculation as mentioned above. Some research on google did not helped me out. Any suggestions? Thanx in advance Andreas __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Bis zu 100 MB Speicher bei http://premiummail.yahoo.de XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








