xsl-list
[Top] [All Lists]

RE: Percentage in XSL

2004-01-22 04:47:38
The arithmetic operators are:
+ (addition)
- (subtraction)
* (multiply)
div (divide) 
mod (modulo)


-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Eder de Oliveira
Sent: 22 January 2004 12:33
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Percentage in XSL

Hi,

I am trying percentage in xsl document, the divide and multiply operator in
xsl is: divide = ( / ) and multiply = ( * ) ?

My code:

<xsl:variable name="var_Soma_trabalho_em_eventos"
select="count(PRODUCAO-BIBLIOGRAFICA/TRABALHOS-EM-EVENTOS/TRABALHO-EM-EVENTO
S/@*)"/>

<xsl:variable name="var_Individual"
select="count(PRODUCAO-BIBLIOGRAFICA/TRABALHOS-EM-EVENTOS/TRABALHO-EM-EVENTO
S[(count(AUTORES/@ORDEM-DE-AUTORIA)) = 1])"/>

Here account a percentage, my question is: The account below is correct?

<xsl:variable name="Percentual_Prod_Individual"
select="number($var_Individual) / number($var_Soma_trabalho_em_eventos) *
100"/>

Anyone can I help me ?

Thanks
Eder



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

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



<Prev in Thread] Current Thread [Next in Thread>