Re: [xsl] Error when calling Extension Function...

Subject: Re: [xsl] Error when calling Extension Function...
From: "Joerg Heinicke" <joerg.heinicke@xxxxxx>
Date: Fri, 29 Mar 2002 15:00:30 +0100
It's called 'nodeset()' in Xalan.

If you still have problems after these two mails, please post the whole
stylesheet minus the unimportant parts.

Joerg


> Hi,
> When i am trying to call the xalan Extension
> Function node-set() to convert a String to a Node Set,
> It is Giving me the following Error
>
> file:/C:/xsltest/books.xsl; Line 18; Column -1;
> ** Transformation error
>    For extension function, could not find method
> java.lang.String.node-set([ExpressionContext,] ).
>
> My Code is as Follows
> <xsl:param name="langID" select="'12'"/>
> <xsl:variable name="lang"
> select="document(xalan:node-set($langID))">
> </xsl:variable>
>
> Or is there any Other Method to do This?
>
> Thanks a Lot for All The Help
> Ramesh


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


Current Thread