Subject: calling a template
From: terencek@xxxxxxxxxxxx (Terence Kwan)
Date: Tue, 21 Sep 1999 13:40:39 -0700
|
Is there an easy way to call a template (just like a subroutine) -
assume that the template only contain static text?
Currently, I need to do:
....
<xsl:apply-templates select="node">
...
I want to just call the template as a subroutine so it will just insert
some static text. This will make my localization people happy because we
can group all the static text information in one single file and use xsl
include to include the static text file.
Thanks
TK
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|