I have been trying to work on a variation of a question I asked last week.
XSL for Xml to table transformation.
I have to output the the first and last page numb
first you need to group section wise then get first and last node in for-each
section
for-each
Group by `section` for-each `section` if position =1 or position = last print it
Here is a xsl 1.0 grouping example reference. Hope you can proceed
XSLT select only last version element in rowset
**In xslt **