|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Sum so hard
Excuse the simplicity of this problem, but it's driving me crazy. I'm
trying to sum the Total to element vagas but it only reapet the
values, I wish to show the Total values. Please!!!
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:variable name="referencias" select="//referencia" />
<xsl:template match="/">
<html>
</html>
<h2>Agrupando disciplinas por demanda bibliografica (ISBN) </h2>
<xsl:for-each select="$referencias">
<xsl:sort select="sobrenome-autor" order="ascending" />
<xsl:variable name="isbn" select="isbn" />
<xsl:if test="generate-id(.)=generate-id($referencias[isbn=$isbn])">
  <b><xsl:value-of
select='sobrenome-autor'/></b>, <xsl:value-of
select='nome-autor'/>. <xsl:value-of
select='titulo'/>. <xsl:value-of
select='ano'/>. <xsl:value-of select="isbn" /><br/>
<xsl:for-each select="$referencias[isbn=$isbn]">
<xsl:sort select="../../../@name" order="ascending" />
<xsl:sort select="../../descricao" order="ascending" />
<th><xsl:value-of select="../../../@name"/></th>
<th><xsl:value-of select="../../descricao"/></th>
<th><xsl:value-of select="../../@id"/></th>
<th><xsl:value-of select="../../vagas"/></th>
TOTAL: ---vagas---> here is my problem--
</xsl:for-each>
</xsl:if>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>
|
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








