caching imported stylesheet?
Brought to you by:
ovidiu
From: Pepe K. <pe...@re...> - 2002-03-21 19:55:55
|
Hi: I have a following problem - I'm running a transformation in 2 modes, each in a separate stylesheet. The 1st stylesheet imports the 2nd. If I make changes in the 2nd stylesheet and run it independently, the result reflects the changes. But if I run the 1st stylesheet that imports the 2nd, those same changes don't seem to have any effect. Finally, if I kill Emacs and load the files again and then run the 1st stylesheet, the changes are applied. I'm wondering if xslt-process is caching the imported stylesheet for better performance and doesn't notice that the file was changed. Can I force reloading if that's the case? Thanks a lot, Pepe |