I have a problem where a table has 100s of rows. It causes an issue and needs to be split into several smaller tables with fewer rows each.
My html is valid xml as
This XSLT 1.0 stylesheet:
Output:
head 1 head 2 col1 col2 col1 col2 head 1 head 2 col1 col2 col1 col2 head 1 head 2 col1 col2 col1 col2
Edit: Compact code.