Nope, nothing wrong, you need to touch the 'master' for each change in the 'child'. I've seen some posts from people who're trying to tackle this issue, not sure if they managed to do so... Can't find it at the moment. It should be in the Developers/Xslt category tho.
call-template problem
Hi all,
I have 2 macros xslt one of which causes the other.
Sample test.xslt
Sample test2.xslt
When I change the contents of test2.xslt eg:
and save it. Changes are not visible on website, untill i again save test.xslt file.
Did I do something wrong?
Thanks in advance!
Przemo
Nope, nothing wrong, you need to touch the 'master' for each change in the 'child'. I've seen some posts from people who're trying to tackle this issue, not sure if they managed to do so... Can't find it at the moment. It should be in the Developers/Xslt category tho.
Cheers,
/Dirk
I believe this is standard behaviour of xslt when you use includes.
If you modify a file, you need to save the ones that include that one as well.
HTH,
Peter
Hello.
I'm not sure about this but if umbraco caches all XSLT:s then it could have "baked" the test.xslt and merged test2.xslt inside test.xslt.
What would you like to accomplish with having a second linked xslt file?
is working on a reply...