Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Override/ New LiveSite XSL Resolver
andydoerr_work
com.interwoven.livesite.common.xml.Resolver contains the two resolvers
http://www.interwoven.com/custom/
http://www.interwoven.com/livesite/
I can easily write my own resolver, but how to I get Interwoven to use it?
I need to add the following or something similar to the list of resolvers:
http://www.interwoven.com/commonXsl/
(which would get the xsl from a common branch)
--
Andy Doerr
Livesite Developer
Find more posts tagged with
Comments
tec_iwov
it's currently not configurable.
you design also has deployment ramifications.
is it poaasible to package them in a jar and use the classpath
resolution?
http://www.interwoven.com/livesite/
[classpath]/file.xsl
andydoerr_work
The idea is to version the xsl in teamsite, but allow the xsl to be referenced from multiple branches.
Components themselves are not tied to any one branch.
It would be useful to reference a common xsl file that is used by components in sites across many branches, while still maintaining the versioning inherent in teamsite.
The current workaround we have implemented is to just use "Edit -> Copy-To" to each site branch that we wish to use the xsl. This is cumbersome and is not ideal. Keeping site branches in sync is problematic. A workflow may be created later to automate this process.
andydoerr_work
Additionally the idea here is that the project manages 15+ websites. Each website has a master site and zero or more localized sites based on that single master.
All sites would use the common components.