Re: xt : Extension Functions

Subject: Re: xt : Extension Functions
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 13 Dec 1999 09:51:53 GMT

> Calling the extension works if i use a literal, but not if it is a
> variable, parameter or select. can this be done?

what are the data types of the expressions in your variables? are they
strings or node-lists? If your extension function is only expecting
strings you can you use post:process(string(.....)) to coerce to strings
first (or change the java to do the coercion there, the xt docs say
what each type of xsl data appears as to the java extension function)

David


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


Current Thread