Re: [PHP] PHP XSLT caching

2008-10-27 Thread vladimirn
I have one simple question, actually i am interested in your point of view. Is there any sense in caching xslt itself? If so, then why? If not, then again why? :) I think that there is no sense, and that xslt output should be cached. What do you think? Per Jessen wrote: > > vladimirn

Re: [PHP] PHP XSLT caching

2008-10-26 Thread vladimirn
Thank you Col I will go into Zend_Cache as you suggested. One more thing- does Zend_Cache saces data into file or use a server memory? Colin Guthrie-6 wrote: > > vladimirn wrote: >> Hi all, >> i was wondering whats the best approach to do next. >> I have an xml file deli

[PHP] PHP XSLT caching

2008-10-26 Thread vladimirn
Hi all, i was wondering whats the best approach to do next. I have an xml file delivered from service of my partner. On my web server (windows) i have xslt files used for xml transformation. Those files are getting bigger, so i have request to cash them and use cashed. I was thinkging about memc