|
A typical FAQ we get with EXSLT users is how they bring in a template.
Even though we have created libraries it is recc to directly import just the needed EXSLT stylesheets using xsl:include.
ex.
<xsl:include href="library/str.tokenize.template.xsl"/>
you will also need to include any dependent EXSLT templates as well.
cheers, Jim Fuller
|