xsl-list
[Top] [All Lists]

xsl:variable and node list

2003-10-14 23:47:49
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



<Prev in Thread] Current Thread [Next in Thread>