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)
Reusable Components
PriyankaMishra
Hi
I have written XSLT presentation file where I want to use resuable components(header/footer) which are again in XSLT.
I tried to use xsl:include, but include works only at the beginning of the file in XSLT. Please suggest me some other way of doing this.
Find more posts tagged with
Comments
tsatt
Did you ever find the solution for this?
I am having the same issue. I have a component XSL and I am trying to use that in my XSL PT.
Thanks
ani_rvce
Generate header.html and footer.html and use "xsl:copy-of" to include the common html file.