Re: RE: [xsl] child numbering

Subject: Re: RE: [xsl] child numbering
From: "gbk" <gbk@xxxxxxxxxxxxxx>
Date: 31 Jan 2002 18:51:13 -0000

Hi Michael

It works for me.Thanks a lot.
But If have any Text under by tags those are also printing.how can I avoid printing text.
for ex
<comment>
 <comment>
          <text>texttest</text>
   <commnet>
      </commnet>
      </comment>
  <commnet>

I dont want "testtest" to be printed

bhargav

On Thu, 31 Jan 2002 Michael Kay wrote :
> 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
> > 
> >    > > 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
> 
 


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


Current Thread