5 users online. Create an account or sign in to join them.Users
Sharing an xsl template for a few pages
This is an open discussion with 2 replies, filed under General.
Search
Sure, just import a file before <xsl:output /> containing the reused templates.
<xsl:import href="../utilities/file-name.xsl" />
You should install Symphony with the default workspace and dig through it. Great way to learn!
Create an account or sign in to comment.
I was wondering if it's possible to share a template across a few different pages? Surely, it's possible to just copy/paste from one to another (so that different files will have the same content), but is there a cleaner way?