[xsl] writing error file

Subject: [xsl] writing error file
From: Frank Marent <frank.marent@xxxxxxxxxxx>
Date: Thu, 21 Sep 2006 13:28:25 +0200
hello.

is there a simple way in xslt to append warnings and error messages to an (xml) error file? error file name should variable (current xml file name). the command xsl:message seems only to *display* messages during execution on the screen. but we would like to append messages to an (xml) file.

may the only way to use xsl:result-document or xsl:document for that?

regards
frank

Current Thread