xsl-list
[Top] [All Lists]

Re: [xsl] Using xsl:iterate inside <xsl:for-each-group> xslt 3.0

2020-08-13 12:26:19
On 13.08.2020 19:15, Terry Ofner tdofner(_at_)gmail(_dot_)com wrote:

Here then is the same section with the <xsl:iterate> added:

<write_choices>
   <xsl:for-each-group select="$myDir/p/*" 
group-starting-with="span[@class='letter']">

        <xsl:iterate select=".">

Inside of any `for-each-group`, the context item `.` is the first item
of `current-group()` so using a single item in the select expression of
`iterate` is likely not what you want.



I haven't grasped what you need instead.
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>