RE: [xsl] multi-levels counter

Subject: RE: [xsl] multi-levels counter
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 10 Jun 2002 19:57:56 +0100
You cannot "keep a counter". But tell us what output you want, and we
will tell you how to compute it as a function of the input.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Allen Chu
> Sent: 10 June 2002 16:12
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] multi-levels counter
> 
> 
> Hi!
>    I have a XML fragment like this:
> <level-1 title="...">
> 	<text>...
> 	</text>
> 	<text>..
> 	</text>
> 	<leve-2 title="...">
> 		<text>...
>             </text>
> 	      <level-3 title="...">
>       		<level-4 title="...">
>           			<text>...
>                   	</text>
>             	</level-4>
> 		</level-3>
>       </level-2>
>       <level-2 title="...">
>             <text>
>             </text>
>       </level-2>
> </level-1>
> 
> How can I keep a counter for each <text> segment? Thanks in advance!!
> 
> 
> Allen Chu
> Data conversion programmer
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


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


Current Thread