XSLT: a variation on the pagination problem
- by MarcoS
I must transform some XML data into a paginated list of fields. Here is an example.
Input XML:
<?xml version="1.0" encoding="UTF-8"?>
<data>
<books>
<book title="t0"/>
<book title="t1"/>
<book title="t2"/>
<book title="t3"/>
<book title="t4"/>
…