I'm using inline XSLT to display an image. Now I'd like to call a templte inside my inline XSLT. Is this possible? I need this because I want to use Canvas and Canvas can only edit Umbraco Item fields and not XSLT macro's. So somehow I need my XSLT template inside the inline XSLT of the Umbraco item.
This is not a direct answer, but I think that there is a umbraco.library:Item/GetItem like method that would actually make canvas work inside your macro. I have never used it, but just seem to remember it from a demo I saw at some point. Might be worth a shot.
Call template with inline XSLT
Hello,
I'm using inline XSLT to display an image. Now I'd like to call a templte inside my inline XSLT. Is this possible? I need this because I want to use Canvas and Canvas can only edit Umbraco Item fields and not XSLT macro's. So somehow I need my XSLT template inside the inline XSLT of the Umbraco item.
Jeroen
This is not a direct answer, but I think that there is a umbraco.library:Item/GetItem like method that would actually make canvas work inside your macro. I have never used it, but just seem to remember it from a demo I saw at some point. Might be worth a shot.
Thanks Morten. I decided not to use Canvas until we start using Umbraco 4.1. Once we do I'll try it :).
is working on a reply...