RE: [xsl] new to XSl/variable usage

Subject: RE: [xsl] new to XSl/variable usage
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 20 May 2002 09:00:03 +0100
> 
>  I am dong the following
> 
> <xsl:for-each select="contains($objName,'&quot;')">
> 
The contains() function returns a boolean, so there's not much point
trying to iterate over it. You can only use xsl:for-each iteration to
iterate over a node-set. In other cases you need to use a recursive
template. You will find an example by searching for "replace" in the FAQ
for this list.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread