I am trying to get repeated output in a single XSLT, but not sure how / if it is possible.
first i want to have an unodered list
with all the items but only one field: ul listitem1-field1, listitem2-field1, listitem3-field1, ... /ul
below that I would like to have: a div with more information:
div
listitem1-field1, listitem1-field2, listitem1-field3, ...
listitem2-field1, listitem2-field2, listitem2-field3, ...
listitem3-field1, listitem3-field2, listitem3-field3, ...
...
/div
is this possible? some pointers please?
Sorry for my ignorance.
Peter