Time : Component Development
Target : Use my own custom XSL's which would be common for all my component-development.
My idea was : place them in the folder together with
HTMLTemplates.xsl and StringTemplates.xsl
which are then included
using xsl:include href ="
http://www.interwoven.com/livesite/xsl/....."Problems :
1. Is this a good idea to place them there,
-- if not where else
-- if yes how do I get them there
2. How do I get them included in the appearance xsl
(as a test I tried to put the xsl I wanted to use on another server and it worked). But I want the xsl integrated in LiveSite
Any clues ?