Basically , we have 800 XSLT that we keep alive and we reatined all the stylesheets for all of them. We going through the entityResolver to resolve any external entity. We call MemBufInputSource by calling new operator . We are calling entityresolver several times to to get one styleshhet compile. How can we free the InputSource pointer coming back from MemBufInputSource and keeping all the stylesheet alive ? This is taking a lot of memory keeping all the InputSource coming from MemBufInputSource .InputSource pointer is the return value of the entityResolver. How can we delete later on after compiling all the stylesheets. RegardsAjay
