On Dec 5, 2004, at 2:15 AM, John Fessenden fess wrote:
I have this site I've been running with AxKit for a while, it consists of a provider that converts some data into XML and then stylesheets that render that data to HTML. So I'm not really using it for more than just running libxslt, and it's cache.
What I would like to do is add a little customization like user names and log in log out buttons on the previously static pages. AxAddOutputTransformer seemed to be the thing to do that part with, because I really didn't want to loose the caching of all the xslt work on the static portions of the page.
So I've been trying to get an understanding of ways to do this, and I think what I've realized is that I want a system that can have some transformation pipelines with caching at the end, and another pipeline that assembles those, and ads dynamic content after that.
I'm realizing I can probably do this with xslt's document() function, or perhaps XInclude.
So, in addition to figuring out what's wrong with the OutputTransformer I guess what I really need is a little "Tao of AxKit." some advice on how these types of things are typically done.
thanks.
--fess
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]