[Home] [By Thread] [By Date] [Recent Entries]
> 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
|

Cart



