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: child numbering


Look at <xsl:number level="multiple"/>

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 gbk
> Sent: 31 January 2002 15:07
> To: XSL-List@lists.mulberrytech.com
> Subject: [xsl] child numbering
> 
> 
> 
> Hi  gurus
> 
> I want to display number sequence for all my parent and child 
> nodes.for example
> 
>    <comment>
>      <comment>
>          <commnet>
>          </commnet>
>      </comment>
>    <commnet>
> I have a comment as parent and it can agian have acooment as 
> child and so onn...
> so now i want my display as
> like this
> 
> 1.1
> comment
>   its conents.....
> 1.1.1
>  comment(this is child for upper one)
> 1.1.1.1
>  comment
> and so on is there a way to do this
> 
> any thoughts
> thanks for all our help
> 
> gbk
> 
> 
> 
>  
> 
> 
>  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]