This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: <xsl:while>



MarkH of Agilic asks:
>Is there a way...to loop on a test condition such
>as...
>    <xsl:while test="contains($xslfile,'/')">
>      [and cut off the front of $xslfile on each iteration]

In Dave Pawson's FAQ, you should be able to find some
ideas on recursive use of templates. If there isn't one
that directly shows the above, there's at least some ideas
you can adapt.
.................David Marston


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]