Hi again,
is it somehow possible to render the content of a specific child? For
example, I would like to put some content on my Homepage coming from
the homepage’s child named “homenews”.
How can I get access the content of a specific child?
Thanks again,
rainer
Use the <r:find> tag to switch to any given page while rendering.
Documentation about it is available in the interface.
Sean
Hi,
If you know url of that child then you can use r:find tag:
<r:find url="/parent/child">
<r:title />
…
</r:find>
Regards,
Martins Grunskis
Ha! Another casualty of “Quick Draw” Cribbs.
Now I don’t feel so bad 
-Chris