Hi list
I have a nicely formated XSL document, but would like to use some utillity templates from external xsl files.
According to the documentation I can use
<xsl:include href="test.xsl" />, but when I do that Sablotron return an error with Unknown encoding. I've tried using the external directly, and it outputs fine. I had a similar error, because the fil could not be read correctly, so now I pass the xsl as an arg to the xslt_process function.
Does anyone has a solution or a workaround
Kind regards
Lennart