[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] xsl:variable and node list
Subject: [xsl] xsl:variable and node list
From: "Luke Ambrogio" <luke.ambrogio@xxxxxxxxxxxx>
Date: Wed, 15 Oct 2003 08:47:49 +0200
|
Good morning everybody,
i have something like this below
<xsl:variable name="withname">
<xsl:copy-of
select="tblMIMCompanies[contains(translate(@name,$upperCase,$lowerCase),tran
slate($name,$upperCase,$lowerCase))'true']"/>
</xsl:variable>
<xsl:variable name="numnam" select="count($withname)"/>
but the last line is returning me an error than $withname does not return a
nodelist, any ideas what im doing incorrect?
respect
Luke A
|