|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Get a Count Parents - Please!
Hi all,
How I get a count of parent's elements?
This is my xml:
<XML>
<PRODUCAO>
<TRABALHOS>
<TRABALHO>1</TRABALHO>
<TRABALHO>2</TRABALHO>
<TRABALHO>3</TRABALHO>
</TRABALHOS>
<ARTIGOS>
<ARTIGO>1</ARTIGO>
<ARTIGO>2</ARTIGO>
<ARTIGO>3</ARTIGO>
</ARTIGOS>
</PRODUCAO>
</XML>
I want to get a count of my previous elements.
Example:
<xsl:template match="ARTIGO">
<xsl:value-of select="count of 'TRABALHO' elements"/>
</xsl:template>
I try so:
<xsl:value-of select="parent::*/parent::*/preceding-sibling::*"/>
But this isn't work.
Cheers,
Paulo.
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








