Hi,
I'm faced with a task, where I need to duplicate some elements with regard to several attribute values (if they have one). It's not a filter since any of the attributes may or may not have a value, so each oruginal element may yields between 0 and N copies of itself.
I can't seem to find a suitable transformer for such a task. Can anyone point me towards one.
I would prefer not to have to hard code this with multiple transformer paths with several transformers.
Cheers.