priou alexandre wrote:
i have some xsl called by one xsl, i would like use
the memory manager of xalan for stocked all xsl in.
I'm not sure what you mean by this, as it doesn't make much sense. If you
provide a MemoryManager instance when you construct a XalanTransformer
instance, all of the memory allocated for any operation will come from the
supplied MemoryManager instance.
after, i can repeat this transformation any time, if i
can read all xsl directly in memory.
Perhaps what you are saying is you want to re-use a compiled stylesheet
multiple times? If so, that's very easy. See the function
XalanTransformer::compileStylesheet().
i don't can explain for why i need this method for my
tranfo.
It makes it very difficult for someone to answer your question when you
can't explain clearly and in detail what you are trying to achieve.
Dave