This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Error when calling Extension Function...


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


__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - send holiday greetings for Easter, Passover
http://greetings.yahoo.com/

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]