I have problem with write xsl to transform my xml to raport version. It looks like that:
Jo
This transformation:
when applied on the provided XML document:
John
Tom
1001
Article1
1002
Article2
1001
Article3
produces the wanted, correct result:
John
Article1
Article3
Tom
Article2
Notes:
Use/overriding of the identity rule.
All articles with the same authorId are selected using keys. This is significantly more efficient in case of many authors with many articles.