-
Bug
-
Resolution: Fixed
-
P2
-
1.1
-
1.1fcs
-
sparc
-
solaris_2.6
-
Verified
Upon implementing the methods of ErrorListener in MyErrorListener class, I have set MyErrorListener to TransformerFactory instance using setErrorListener() method. After this, I created a StreamSource for an erroneous xsl file and tried to create transformer using TransformerFactory.newTransformer(streamSource). It was supposed to invoke the callbacks of ErrorListener. But it is not invoking any callbacks.