Re: [xsl] Weird problem. Xalan Stops processing when it comes to middle of XML??

Subject: Re: [xsl] Weird problem. Xalan Stops processing when it comes to middle of XML??
From: Joseph Kesselman <keshlam@xxxxxxxxxx>
Date: Wed, 19 Feb 2003 11:16:06 -0500
Sounds like a bug in your stylesheet where you're going into a loop or 
something of that sort. I'd suggest using Xalan's trace capabilities (if 
you're using the command-line Process class, see the -tt, -ttc, -ts and 
-tg options; if you're using the API, register a TraceListener) to see 
whether it's really stopping and what it's doing at the time. The 
<xsl:message> directive can also be used to display information as the 
stylesheet progresses, of course.

______________________________________
Joe Kesselman  / IBM Research


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


Current Thread