RE: problems with <xsl:for-each>

Subject: RE: problems with <xsl:for-each>
From: Mike Brown <mbrown@xxxxxxxxxxxxx>
Date: Wed, 4 Aug 1999 13:18:08 -0600
> "</xsl:template>" expected.
 [...]

>     <xsl:for-each select="design"/>
>       <xsl:value-of select="."/>
>     </xsl:for-each>

You accidentally made the <xsl:for-each> an empty element. Remove the extra
slash.                                   


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


Current Thread