Hi
all,
I am using xsltc. I
am trying to implement a custom errorlistener implementing
errorlistener
ErrorListener customerrorListener = new CxTransformationErrorListener();
transformer.setErrorListener(customeerrorListener);It works for <xsl:message
terminate="yes">, it is able to execute the error method in my
customerrorlistener, but when i use xsl:message without terminate="yes" it
is not able to execute the implementation in warning method of my
customerrorlistener. any body who could provide me insights into this
problem.
thanks in
advance
Ranjit
