xsl-list
[Top] [All Lists]

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

2004-02-17 00:29:15
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(_dot_)reschke(_at_)gmx(_dot_)de]
Sent: maandag 16 februari 2004 22:33
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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



<Prev in Thread] Current Thread [Next in Thread>