Ferdinand Soethe wrote:






David Crossley wrote:

There is not much core Cocoon documentation about replacing
Xalan with Saxon, but there is a useful page at
http://wiki.apache.org/cocoon/Saxon


Remember that with the power of the Cocoon sitemap
you can use the default Xalan for most processing
and just use Saxon for certain pipelines. Or use
Saxon for everything.


Thanks for the links. I had already found most of them but I'm not
sure how everything fits together.

My main question really is:

Would I only have to replace (in sitemap.xmap)


<map:transformers default="xslt">


with


<map:transformers default="xslt-saxon">


to use Saxon in as default in all my my Forrest-transformations? Is it
that easy?

It should be, just try it and let us know if it is ;-)

Ross