Hi Brenden,
Thanks. My issue is that I'm trying to print a field from the parent node after the last child has printed. Eg
PARENTNODE
CHILD
CHILD
CHILD
BUTTON WITH PARENT NODE FIELD
CLOSE PARENT NODE
REPEAT THE ABOVE MULTIPLE TIMES.....
hope that made sense.
I also tried in my parent level transformation, put in <cms:SubLevelPlaceHolder runat="server" ID="plcSub" />
as per the documentation, but when rendered, it says unknown server tag cms:SubLevelPlaceHolder. Any ideas?