Hi folks!

I'm having some problems with the XSLT Processor, but I don't know if
it's a mistake of my code, of it's a bug. I try to explain:

I've got an XSLT stylesheet (first.xsl) that imports another file
(trans.xsl). In the last one, I have a named template (getMessage), that
it's called from first.xsl.

Then, when I try to load the page that uses first.xsl as the stylesheet,
the XSLT processor sends an error:
"Named template not found: getMessage".

I've tested with another XSLT processor (jclark's xt.jar) and it works.

I've tested with xalan, copying the named template into first.xsl
(without importing/including), and it also works.

So, my question is: Is this a bug of XALAN? It's Xalan OK, but I am not
understanding correctly XSLT ??

TIA
-- 
Juan Fuentes
<[EMAIL PROTECTED]>

Reply via email to