RE: [xsl] Different Colors for Alternating Rows

Subject: RE: [xsl] Different Colors for Alternating Rows
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 25 Jun 2003 09:19:19 +0100
> Jarno,
> 
> Thank you. The second approach did not work. It seemd to 
> create an endless loop. Here is the error that I got, which 
> repeated endlessly:
> 
> at 
> weblogic.apache.xalan.templates.ElemChoose.execute(ElemChoose.
> java:152)
>         at 

It's probably a stack overflow rather than an endless loop. Try it on
Saxon (7.x), which should detect this template as being tail-recursive
and therefore avoid this problem.

Michael Kay


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


Current Thread