I have a very dynamic form that´s displaying content of an xml file. The
structure of the xml looks something like this:
1111 ... 2222 ...
3333 ...
Depending on the content of the order tag each
order is rendered into 1 to 4 pages. I want to display the orderid of
each order at the bottom of each page.E.g.:Order 1111 is rendered into 2
pages (Page 1 and Page 2), Order 2222 is rendered into 1 Page (Page 3)
and Order 3333 is rendered into 4 pages (Page 4 ... Page7)Now Page 1 and
2 should disp...