Re: position() > 1 not working

"Michele R Combs [email protected]" <[email protected]> Fri, 5 Mar 2021 19:52:12 -0000
Newsgroups gmane.text.xml.xsl.general.mulberrytech
Message-ID <[email protected]>
:face-palm::  That's a lot easier lol    

It's looking fine now, thanks :)

Michele


-----Original Message-----
From: Martin Honnen [email protected] <[email protected]> 
Sent: Friday, March 5, 2021 2:38 PM
To: [email protected]
Subject: Re: [xsl] position() > 1 not working

On 05.03.2021 20:22, Michele R Combs [email protected] wrote:

> Ah.  Ok, so if I understand correctly, I need to change the variable 
> assignment to grab the position of the <DATA> element within the 
> parent <ROW>, rather than within the for-each?  How would I do that?


I think what David tries to say is that you want e.g.
   ../../fmp:COL[3]/fmp:DATA[$parent-position + 1] instead of
   ../../fmp:COL[3]/fmp:DATA[$parent-position]

(and the same for the other values.)

--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/3329386
or by email: [email protected]
--~--