Page 1 of 1

Eclipse transformation <xsl:message>s

Posted: Wed Feb 25, 2004 2:05 am
by jdav
Hi,

I using the Oxygen transformation feature in Eclipse 3.0M6 with the Xalan xsl transformer. It transforms fine, but where to my <xsl:message>s print out? I don't see them on the console window? Obviously, from a debugging perspective, this is pretty important, so I figure I must be overlooking something.

Thanks, and I love the product!

Posted: Thu Feb 26, 2004 3:39 pm
by george
Hi,

Xalan reports xsl:message content as a warning to the ErrorListener set on the Transformer object therefore each xsl:message will appear as a warning marker. You can see them as any other Eclipse markers, for instance in the Problems view.

Best Regards,
George

Re: Eclipse transformation <xsl:message>s

Posted: Wed Oct 21, 2020 7:15 am
by Radu
Hi,

If you are running the transformation scenario in the default Oxygen perspective, there should be a "Results" side view at the bottom of the application showing the messages received during the transformation. You can also manually open that side view from the main menu Window->Show view.
If you are debugging the XSLT transformation in the Oxygen XSLT Debugger perspective, there should be a specific side view named "Messages" showing the messages received during the transformation.

Regards,
Radu