Hi,
I use the following XSL-FO to output messages to the console (windows).
<xsl:if test="$output-comments = 'yes'">
<xsl:message>END template: match="warning"</xsl:message>
</xsl:if>
I want it to display:
END template: match="warning"
But it displays this:
Feb 27, 2008 1:10:22 PM org.apache.fop.cli.InputHandler warning
WARNING: javax.xml.transform.TransformerException: END template:
match="warning"
This is happening with any xsl:message. Is there a way to disable this?
Or am I doing soething wrong?
Thx
Bones
--
View this message in context:
http://www.nabble.com/xsl%3Amessage-for-debuging-tp15721729p15721729.html
Sent from the FOP - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]