Re: [xsl] writing error file

Subject: Re: [xsl] writing error file
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 21 Sep 2006 12:37:34 +0100
you can usually divert xsl:message texts to a file, either using some
error logging API or just redirecting stderr on the command line

saxon file.xml style.xsl 2> error.log

David

Current Thread