Q:
Sitecore XSLT with multiple templates
I have a sitecore project where the content tree is structured as such:
Item A
Section
Item 1
Item 2
Item B
Item C
Item D
Item E
Item F
Item G
I'm using multiple "quick-edit" templates for this (see
Using this template structure, I need to perform some processing on the items, and then also get the items into a page.
I can't figure out how to do this with multiple "quick edit" templates in place.
The closest I can figure out is to do it like so:
The problem I'm having is that I'm only able to process the first of the quick-edit templates. The rest of the quick-edit templates are ignored. I think it has to do with me applying the mode="page" to the first template, since all the other quick-edit templates inherit this. I can't seem to figure out how to apply the mode="page" to all of the quick-edit templates.
A:
Thanks to Sitecore support on this, here is a working solution:
Related links:
Comments