Hi,
On Sat, Jul 19, 2008 at 5:14 PM, Gilles Scokart <[EMAIL PROTECTED]> wrote:
> ...How can we play with multiple nodes : list of nodes, queries, filters
> or node coming from 2 completely different path...
Not sure what you mean by that - a Sling script can include the
rendering of other nodes by using the include function, for example in
ESP:
sling.include("/content/foo.html")
And that has some options such as forcing a specific resource type,
for example to render the current node using a different rendering
script for navigation.
Does that help? If not, please give more details as to what you're
trying to achieve.
-Bertrand