Quote:
quote:Originally posted by mhkay
I hope you've tried to understand my code and made an attempt to see where it was wrong - it's a bad idea to just use code without trying to understand it. The bug is where it does select="current-group()" - you only want to process all items in the current group after the first. You can do that using subsequence(current-group(),2).
Michael Kay
Author, XSLT 2.0 and XPath 2.0 Programmer's Reference
|
Thank you very much, Michael, now it's OK.
I am trying to understand the code. Unfortunately my knowledge in XSLT is still pure. But I am learning.