This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: multi-levels counter


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@ntlworld.com
work: Michael.Kay@softwareag.com 

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of Allen Chu
> Sent: 10 June 2002 16:12
> To: xsl-list@lists.mulberrytech.com
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]