Re: XSL parse failure for cd.xsl from http://www.developerfusion.co.uk/show/3802/

Jos Geluk <[email protected]> Fri, 12 Oct 2007 12:34:46 +0200
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Message-ID <[email protected]>
Mumia Wotse schreef:

>> Error: mismatched tag. Expected: </xsl:for-each>.

> Here is cd.xsl:
> 
>     21    </li>
>     22    <xsl:for-each>
>     23    </ul> <!-- <========== error here -->
>     24    <xsl:for-each>
>     25    </body>


Should both be </xsl:for-each>. Missed the /.

Happens to everyone :-)

Jos.