Re: [xsl] XSL-HTML Table problem

Subject: Re: [xsl] XSL-HTML Table problem
From: Joerg Pietschmann <joerg.pietschmann@xxxxxx>
Date: Wed, 06 Feb 2002 14:06:56 +0100
"May, Eddie" <Eddie.May@xxxxxxxxxxxx> wrote:
[stuff]
Are you sure you quoted your code correctly?

>    </xsl:choose><!-- end of check for not recents -->
>   <xsl:otherwise><!-- Recent -->

Your processor should raise an error here, as there's a </xsl:when>
missing. What are you using? File a bug report.

>      </xsl:otherwise><!-- end of adding new row for even numbers -->
>     </xsl:choose>
>    </xsl:otherwise>
>   </xsl:for-each>

Here too (</xsl:choose> missing).

HTH
J.Pietschmann

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


Current Thread