xsl-list
[Top] [All Lists]

RE: [xsl] XML transformation based on parameters

2009-04-16 03:35:09
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/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--