Subject: <xsl:while>
From: MarkH@xxxxxxxx
Date: Thu, 25 May 2000 10:18:57 +0100
|
My second non newbie question (see also "URL decomposition")..
Is there a way (eg using <xsl:for-each>) to loop on a test condition such
as...
<xsl:while test="contains($xslfile,'/')">
<xsl:variable name="xslfile"><xsl:value-of
select="substring-after('/',$xslfile)"/></xsl:variable>
</xsl:while>
<xsl:while> is my invention and not a feature of XSLT
Thanks
Mark
--
Agile HTML Editor
Agilic Corporation
http://www.agilic.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|