I'm trying to find a way of displaying a list of nodes on every page of my site. The nodes I want to display sit under a specific node. Is there a way I can show every node under the specified node ID?
An Xslt macro similar to the sitemap one should do the job. You can create the sitemap xslt by going the Developer section and right clicking on the XSLT folder then select the sitemap template.
You should change to use this instead of searching by level.
Display list of nodes on every page of site?
I'm trying to find a way of displaying a list of nodes on every page of my site. The nodes I want to display sit under a specific node. Is there a way I can show every node under the specified node ID?
Thanks for any help.
An Xslt macro similar to the sitemap one should do the job. You can create the sitemap xslt by going the Developer section and right clicking on the XSLT folder then select the sitemap template.
You should change to use this instead of searching by level.
Hi Philip
In case you are not a XSLT ninja, you should be able to to it the following way, by using the code that Rob also suggested:
/Kim A
And of course Philip, if you are using the old XML schema you need to modify the code a bit to:
/Kim A
is working on a reply...