Hi Steve,
yes, it certainly does. At this point, I'd settle for adding an attribute like "recordID", but that's exactly it. I'll take a closer look at "group by" a bit later, thanks for the pointer. See also:
https://stackoverflow.com/q/60237739/262852
thanks,
Thufir
On 2020-02-19 1:05 p.m., Majewski, Steven Dennis (sdm7g) wrote:
On Feb 19, 2020, at 10:01 AM, thufir <hawat.thufir@gmail.com mailto:hawat.thufir@gmail.com> wrote:
where I'm trying to use attributes because I'm not sure how to conditionally nest tags. But, this is interesting. Not quite sure on syntax to set and then conditionally increment $x, however.
Does “conditionally nest tags” mean that you want to make the person[@numerical=“true”] elements children of the immediately previous person[@numerical=“false”] elements ?
If that is the case you can use “group by”
— Steve M.