wyona / yanel

http://www.yanel.org
Apache License 2.0
10 stars 5 forks source link

Introduce XSL Template Caching #77

Open baszero opened 8 years ago

baszero commented 8 years ago

This pull request actually does NOT yet MAKE USE of the caching, but it adapts the BasicXMLResource so that it is prepared for it. This pull request is 100% backwards compatible. So if this pull request gets merged into master, there is no difference to before.

The Cache implementation could be done in the new class XslTemplatesCache, this is just an example. Of course also another cache can be used.

An example of how to introduce actual caching:

A full example is explained in https://github.com/wyona/yanel/issues/67#issuecomment-40081762

baszero commented 8 years ago

Little side note: if this pull request gets merged, you might correct the wrong indentation in the method getTransformedInputStream(). thanks.