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




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@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
> > 
> >    > > 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


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