Chaining XSL Transformation efficiently
We have a situation where we need to apply a dynamic number of Stylesheets to an xml file before it is displayed to the page. We came across:
1) XMLFilters to chain the stylesheets to the source document.
2) Also we came across Templates to cache the XSL for efficiency.
Is there a way to combine these 2 to produce efficient means of transforming the XML document ? Please advice...
Thanks,
Srini

