list4xt : Mailing list for the XT users community.[list4xt] Re: Extension Function ProblemSubject: [list4xt] Re: Extension Function ProblemFrom: Eric van der Vlist (vdv@dyomedea.com) Date: 27/04/2001 - 08:02
Linus-Lin wrote:
I would rather bet on a problem with the datatypes (XT is very strict
If, for instance, you declare
<xsl:variable name="fontfamily">serif</xsl:variable>
$fontfamily will be of type result tree fragment, and not string as
To avoid this, you can either make sure that your variable is a string:
<xsl:variable name="fontfamily" select="'serif'"/>
or
<xsl:variable name="fontfamily" select="string(...)"/>
or do an explicit binding:
<xsl:value-of
Hope this helps,
Eric
> How should I fix this???
-- See you in Hong Kong for www10: http://www.www10.org/program/w10-half-tut.shtml#ta5 ------------------------------------------------------------------------ Eric van der Vlist Dyomedea http://refurbishedcreditcardterminals.com http://psbill.com - http://ebiz-consulting.com http://gonciarzlaw.com ------------------------------------------------------------------------
Archive générée par hypermail 2b28 le 01/06/2001 - 09:01 CEST |
A site designed by |