Subject: RE: XML transformation based on parameters
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 16 Apr 2009 08:34:30 +0100
|
> Yes, Michael. It uses xalan. I know it is a processor
> specific issue, but my question is more general:
> can XSLT 1.0 use extension functions? I tried with
> xalan:nodeset or even with exslt one, but it continues to
> return: "Invalid conversion from 'node-set' to..."
XSLT 1.0 allows extension functions but the actual set of extension
functions supported by a processor, and the way they behave, is processor
specific.
If your code isn't working and you want to know why, it's usually best to
show us your code.
Michael Kay
http://www.saxonica.com/
|