xsl:result-document doesn't allow you to send several documents/messages to the same destination.
xsl:message is the right approach here, provided your XSLT processor provides some way to direct the message output to your choice of logging infrastructure.
__________________
Michael Kay
http://www.saxonica.com/
Author, XSLT 2.0 and XPath 2.0 Programmer\'s Reference
|