xsl-list
[Top] [All Lists]

Re: [xsl] for vs. for-each

2021-03-14 15:08:29
Hi,

Another way to gloss this is that while "$values[.]" doesn't have the
intended effect,

<xsl:for-each select="1 to count($values)">
    <xsl:variable name="p" select="."/>
    <xsl:sequence select="$values[$p]"/>
</xsl:for-each>

Oughta work just fine.

I make this error all the time.

Cheers, Wendell

On Sun, Mar 14, 2021 at 3:03 PM Michael Müller-Hillebrand 
mmh(_at_)docufy(_dot_)de <
xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:


I hope this helps.

All of your comments, dear colleagues, helped me remember things and
hopefully sharpen my mind.

Thanks,

- Michael

PS: Interestingly, the first time I am happily using fold-left() I
stumbled across something quite basic.

PPS: Good luck to the discussions about "accessing items in a sequence by
position"!




-- 
...Wendell Piez... ...wendell -at- nist -dot- gov...
...wendellpiez.com... ...pellucidliterature.org... ...pausepress.org...
...github.com/wendellpiez... ...gitlab.coko.foundation/wendell...
--~----------------------------------------------------------------
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>