Slide 20 of 37
Notes:
- Cocoon offers a rich framework for doing XML processing: the developer specifies the XML documents to be processed and a pipe of transformations to happen on it.
- The original XML document can be generated dynamically using eXtensible Server Pages (XSP) and processed in multiple XSLT stages
- It provides caching of the pages generated using XSLT transformations, which is a huge performance boost on busy sites