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]

RE: Displaying every 2 element values in 1 rowy


> Mike,Im getting all the values in one row like A21 A22 A23 
> A24 A25 A26.I
> need something like
> A21 A22
> A23 A24
> A25 A26
> 
> Can u pl tell me how can I do this format?
> >           <xsl:value-of select="following-sibling::eno"/>

Should be
              <xsl:value-of select="following-sibling::eno[1]"/>

Mike Kay


 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]