Hi All, I am using Xalan 1.10 and Xerces 2.7.
I am using XSLT and Entity Resolver functionality of Xerces. I override the entityResolver function virtual xercesc::InputSource * resolveEntity (const XMLCh* const publicId , const XMLCh* const systemId ) and using XSLT as <xsl:output method="xml" encoding="UTF-8" indent="yes"cdata-section-elements ="Data"/> <xsl:param name="additionalFile_1" select="'addnl_exchange_request_mmf.xml' "/> <xsl:variable name="additional_1" select="document($additionalFile_1)"/> In windows the transformation could able to resolve the document using resolveEntity() but in AIX the resolveEntity function is not being called by transformer hence transformation is not getting expected results. Do we know of any bug on AIX related to resolve Entity. Any help is appreciated. Thanks Dinesh