I m using SAX based XML parser, things are working fine but I'm getting the following warning message in log
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl is Sun proprietary API and may be removed in a future release
transformerFactory = new TransformerFactoryImpl();
I want to get rid of this, can anybody suggest me other options for TransformerFactoryImpl
?
I missed to set system property. Thanks for the help. Thanks a lot, Chinmay Pathak – Chinmay Jul 20 '12 at 07:35