Re: speed up xslt

[email protected] ("ZyZ") Sat, 5 Jan 2008 17:07:56 +0100
Newsgroups php.xml.dev
Organization Implix
Message-ID <[email protected]>
probably this is what you are looking for

http://code.nytimes.com/projects/xslcache

Uzytkownik "Marc" <[email protected]> napisal w wiadomosci 
news:[email protected]...
> Hi,
>
> is there any way to speed up xslt transformation in php4/5?
> I heared that it is generally a good idea to compile a stylesheet
> into memory if you apply small number of stylesheet to
> many xml documents, and that is exactly what I want to do.
>
> Is there a way to improve xslt speed by loading an xslt style-
> sheet into memory, serialize it to the harddisc or anything
> like this?
>
> I don't want to $xsl->load('my.xsl') hundreds of times...
>
> Marc