Hi,
In the commit: https://github.com/apache/xalan-java/commit/b03ee965878f7cc62d4ae8a8d9dd0a28acf01fab changes were made to reset the content handler to the old content handler after doing the parse operation while earlier the ContentHandler was set to TransformerIdentityImpl permanently in the tranform(Source, Result) function, this is because the setting old content handler is being done in the finally block. I am getting a null pointer exception for content handler now as it was automatically set to Tansformer IdentityImpl. Is this intended behaviour? If not please provide a new release with the fix. Bug is raised too - XALANJ-2720<https://issues.apache.org/jira/browse/XALANJ-2720> Awaiting your inputs. Thanks Shivani Karol 9968283306