RE: [xsl] re-printing xml

Subject: RE: [xsl] re-printing xml
From: Jarno.Elovirta@xxxxxxxxx
Date: Mon, 4 Nov 2002 09:04:07 +0200
Hi,

> I've actually tried using the verbatim formatter, and I'm 
> getting a stack overflow error. 
> any idea how I can resolve this?

Well, it depends what's causing the stack overflow. If it's recursion depth, try to increase it using the processor's API, or switch to a processor that implements tail-recursion (e.g. jd.xslt and Saxon), or rewrite the stylesheet to reduce recursion.

Cheers,

Jarno

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


Current Thread