[EMAIL PROTECTED] wrote:
Vadim Gritsenko <[EMAIL PROTECTED]> writes:
Thanks!
I got it going, but I needed to change a file within one of the jar
files:
META-INF/cocoon/avalon/cocoon-core-xslt-saxon.xconf
in
/maven-temp-repository/org/apache/cocoon/cocoon-pipeline-components/1.0.0-RC1/cocoon-pipeline-components-1.0.0-RC1.jar
to activate saxon. This seems kind of awkward!
You probably are using default (built-in) config files. You can override all of
them and use your own by adding location attribute on <avalon:avalon/> tag.
Vadim