RE: [xsl] child numbering

Subject: RE: [xsl] child numbering
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 31 Jan 2002 15:54:44 -0000
Look at <xsl:number level="multiple"/>

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 gbk
> Sent: 31 January 2002 15:07
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> 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


Current Thread
  • [xsl] child numbering
    • gbk - 31 Jan 2002 15:07:14 -0000
      • Michael Kay - Thu, 31 Jan 2002 15:54:44 -0000 <=
      • <Possible follow-ups>
      • gbk - 31 Jan 2002 18:51:13 -0000