Hi,
we developed a DCT with an OR container which has 3 sub container. Each container captures info to generate a different JSON output. we want to segregate the xsl code, so we have A.xsl, B.xsl, C.xsl and one main.xsl
All these xsl files are under presentation folder. How to import A, B, C xsl files into main xsl file?
Seems the below import in main.xsl doesn't work.
<xsl:import href="http://www.interwoven.com/custom/templatedata/Category/Datatype/presentation/A.xsl"/>
Please help.