Re: [xslt] How to pass some thread-specific data to transformation context



On Tue, Nov 16, 2004 at 12:10:35PM +0300, Vladimir Grebenschikov wrote:
> 
> Hi
> 
> How to pass some ext.module private thread-specific data to
> transformation context ? Is it possible ? 
> 
> I do not want to put it into my extension module private data, because
> it depend on thread where I execute code, and I want to supply private
> module data to transformation context, for specific transformation, Is
> there such way ?

  if your transformation is always running in the same thread (it should)
then use ctxt->_private. Otherwise, there is no thread specific handling
at the libxslt level at all.

Daniel

-- 
Daniel Veillard      | Red Hat Desktop team http://redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]