RE: [xsl] Different Colors for Alternating Rows

Subject: RE: [xsl] Different Colors for Alternating Rows
From: Jarno.Elovirta@xxxxxxxxx
Date: Thu, 26 Jun 2003 12:02:52 +0300
Hi,

> Since I had over 6000 rows, I needed to add a fix to my VM to increase
> stack capacity. I still have blown my stack, and got the following
> error. Switching to saxon is not an option at this point (can't change
> the architecture). Also, I tried it on a smaller file and it almost

Have you used Xalan extenstions, or are you not using Xalan via JAXP API?

> worked --
> The rows, however were concatenated and printed together as a single
> line.

Use <xsl:output indent="yes" /> if you need indentation. Remember, however, that the program reading the end result will not care if the XML is indented or not. 

Cheers,

Jarno

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


Current Thread