Hi,
I am using an object say:
<xsl:variable name="math" select="myMath:new()"/>
certain functions of which run external processed that have to close at some point. Is there a method (such as destroy() ) which would be called when the XSL finishes or do I have to do that myself ?
I tried explicity calling my myDestroy() at the end of the match="/" template but I was wondering if there is a better way to do it.
Thanks,
Manolis
