Hi, I am using XSLT now over two years and I am getting some performance-problems in the last weeks. I have build a (html)-page with a lot of XML data (a FAQ) which should be maintained by a non-technical from an application. The data will change about 1-2 times in a week. The problem is that the page should contain personalized data such as "You are logged in as Joe Doe" which is user-dependet and will change within every request.
-> I am searching for a solution where I can "cache" the generated HTML-data of the FAQ (genereated by XSL+XML) and a dynamic part which changes every request. Building the hole page within a frame is no solution and the FAQ is only an example. It would be great if anyone could give me a hint how to build such a page with XSL/XML. -- Best regards Markus Meissner