XSLTC compiler error about undefined variables
At the present time, I work with a group of xsl files that are used together to create a webpage. To elaborate, one xsl file may import another xsl file. A variable or template in one xsl file could be used by another xsl file. These xsl files work fine if they are checked and parsed at runtime. However, if I try to convert them to translets, I get compilation errors. The XSLT compiler complains about variables or parameters being undefined. The XSLT compiler seems to compile each file individually. It does not understand that a definition for a variable used in one xsl file may be in another xsl file.
|