3
votes
2answers
136 views
Matrix transposition in XSLT
I'm trying to go from this kind of input:
<col title="one">
<cell>a</cell> <cell>b</cell> <cell>c</cell> <cell>d</cell>
< …
