posted 19 years ago
I just learned a neat little trick to declare character entities at the top of my XSLT stylesheets. See following code.
I'd like to put these in separarate XSLT file and use <xsl:include> to include them in stylesheets where I need them. My include file looks like:
However, when I try to include the include file using the following code:
I get a transformation error. Can these entities be maintained in an include file? If so, can someone provide an examples of how to do so?