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

Mumia Wotse <[email protected]> Fri, 12 Oct 2007 08:55:54 -0500
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Organization none
Message-ID <[email protected]>
On 10/12/2007 05:34 AM, Jos Geluk wrote:
> 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.

AAAAAAAhhhhhhhhh!

Thank you very much Jos.