PROGRAMMING/SOFTWARE > Université de Montréal IFT 2035 INF6450_TRAVAIL3-3-5 


Université de Montréal IFT 2035 INF6450_TRAVAIL3-3-5  <th>Nom</th> <th>Moyenne</th> </tr> <xsl:for-each select="etudiant"> <xsl:sort select="substring-after(nom, ' ')"/> <tr> <td><xsl:value-of select="nom" /></td> <td><xsl:value-of select="sum(cours/@note) div count(cours)"/></td> </tr> </xsl:for-each> </table> </body> </html> </xsl:template> </xsl:styleshee ...[Show More]

Preview 1 out of 3 pages
Purchase this document to unlock the blurred part and the rest of the document

Unlock Now

Reviews( 0 )