Jirka Kosek wrote: > > is there any possiblity to catch xsl:messages genareted during transform > command and show them as a part of process command output? > > I thought that in some very, very old version of XXE xsl:messages were > there, but they seem to appear nowhere in XXE 3.6.0 pro. >
No, this never worked in XXE. We would have implemented it if there was a javax.xml.transform API for that. Unfortunately, this is not the case. --- PS: <xsl:message>s go to the console. On Windows, start XXE using 'java.exe' rather 'javaw.exe' if you want to see them. ----- PS 2: Yes, Saxon has a native API to do that, com.icl.saxon.output.Emitter, but we are reluctant to use it.

