|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Clientside XSLT Transformations Design and Concept
We did something similar before, though we found that you can architect your xslt in a way that will support any and all transformations of your site's pages. The idea is to have a larger xslt with as much info as much static styling/info as you can have there. The templates are basically unique templates to support each scenario. There is not a lot of conditional logic going on there, as it effectively becomes a state machine, which allows for faster transformations. We can then stream smaller xml snippets to the client and it is transformed utilizing this xslt, which is cached on initial access. The xslt though is not dynamic, it's generated based on metadata and is a part of the application build process. Ilya On 7/13/07, Karl Stubsjoen <kstubs@xxxxxxxxx> wrote: Ok, thinking outloud here. This is what I hope to accomplish:
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






