Im making a Statistics module for a local football (soccer) club where I list
the top 5 when it comes to rating, goals or assists. Everything is set up
using Umbraco 4 and Repeatable Custom Content 2.0.
The matches are organized in"TeamA" and "TeamB", and here comes the
problem:
I am able to get all the statistics for the player using this xslt:
Combining nodes
Im making a Statistics module for a local football (soccer) club where I list the top 5 when it comes to rating, goals or assists.
Everything is set up using Umbraco 4 and Repeatable Custom Content 2.0.
The matches are organized in"TeamA" and "TeamB", and here comes the problem:
I am able to get all the statistics for the player using this xslt:
However, the result is that a player that has played for both TeamA and TeamB is returned as two different persons (although with the same @id).
Does anyone have an idea how to combine these two into one person?
is working on a reply...