You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by "P.N." <pe...@gmx.de> on 2010/09/23 16:59:39 UTC

How to get transformation messages into a stream?

Hello!

I want to get all the usual console output from xalan (e.g. from 
<xsl:message>) into a PrintStream - how can I get this behaviour?

Kind regards

Peter


Re: How to get transformation messages into a stream?

Posted by Michael Ludwig <mi...@gmx.de>.
Moin Peter,

P.N. schrieb am 23.09.2010 um 16:59 (+0200):
> I want to get all the usual console output from xalan (e.g. from
> <xsl:message>) into a PrintStream - how can I get this behaviour?

das geht wohl so:

http://xml.apache.org/xalan-j/apidocs/javax/xml/transform/Transformer.html#setErrorListener%28javax.xml.transform.ErrorListener%29

Hier gefunden:

http://www.stylusstudio.com/xsllist/200402/post00490.html

Grüße
-- 
Michael Ludwig