Rendering a child concepts in template fragment
I have a concept A which has as children 0..n concepts B. The concept B has 0..n children of concept C. Later I have a generator that has LOOP macro with COPY_SRC which uses the reduction rule for concept B consisting of template fragment. My question is how to LOOP through the B's children and render them using some reduction rule? Is it possible or should I change the "system" design?
Please sign in to leave a comment.
Sure, just repeat the process - a LOOP in the B's template, COPY_SRC for the C node, a reduction rule and a template for C.