|
Subject: Re: [xsl] position behavior in nested grouping From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Wed, 15 Jul 2009 14:50:09 +0200 |
I need to find out the starting group or group[1] in the inner loop so that i can append <section-head> to that.
binding a variable in outer loop is giving the group position with respect to outer loop. But I need the position with respect to inner loop.
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:template match="row">
<para>
<page><xsl:value-of select="col[3]"/></page>
</para>
</xsl:template>
</xsl:stylesheet>Martin Honnen http://msmvps.com/blogs/martin_honnen/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] position behavior in nest, Ganesh Babu N | Thread | Re: [xsl] position behavior in nest, Ganesh Babu N |
| Re: [xsl] position behavior in nest, Ganesh Babu N | Date | Re: [xsl] question on support of st, Martin Honnen |
| Month |