Re: Hi, how to limit the duration of an XSLT transformation ?
Nick Wellnhofer <[email protected]>
| Newsgroups | gmane.comp.gnome.lib.xslt |
|---|---|
| Message-ID | <[email protected]> |
On 12/01/2011 11:03, Alexandre Bique wrote: > I don't understand how to abort the transformation and if it can be > safe? How do I cancel a running xsl transformation ? Is there > public/private API like xsltAbortTransformation() ? How can I be sure > that the current stack and all the context allocated memory will be freed ? I think the only safe way to do this is to start the XSLT transformation in an external process. Nick