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]
Other format: [Raw text]

Re: XSL-HTML Table problem


"May, Eddie" <Eddie.May@invensys.com> 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


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