RE: [xsl] exslt:node-set() vs Xalan-J 2.5.2

Subject: RE: [xsl] exslt:node-set() vs Xalan-J 2.5.2
From: "Kielen, Agnes" <Agnes.Kielen@xxxxxxxxxxxxxx>
Date: Tue, 17 Feb 2004 08:29:15 +0100
Hi,
Which version of java do you use.
jdk 1.3 http://xml.apache.org/xalan-j/faq.html#faq-N100B4
jdk 1.4 http://xml.apache.org/xalan-j/faq.html#faq-N100CB

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0"
        xmlns:xalan="http://xml.apache.org/xalan";
        exclude-result-prefixes="xalan">    
	<xsl:output indent="yes"/>    
	<xsl:template match="/">      
		<xsl:copy-of select="xalan:checkEnvironment()"/>    
	</xsl:template>    
</xsl:stylesheet>

Cheers,
Agnes

-----Original Message-----
From: Julian Reschke [mailto:julian.reschke@xxxxxx]
Sent: maandag 16 februari 2004 22:33
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] exslt:node-set() vs Xalan-J 2.5.2


Hi,

according to docs both on www.exslt.org and apache.org, Xalan-J supports 
exslt:node-set.

However, when invoking a transformation from the command line, I'm getting

- false for "function-available('exslt:node-set')" and

- the message "java.lang.NoSuchMethodException: For extension function, 
could not find method org.apache.xml.dtm.ref.DTMNodeIterator.node-
set([ExpressionContext,] )." when invoking the method.

I'm pretty sure this used to work some time ago. Is Xalan 2.5.2 broken, 
or am I missing something for setup/invocation...?

Regards, Julian

-- 
<green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread