Re: Multiple XSL Transformers

2002-06-04 Thread Peter Royal
On Tuesday 04 June 2002 05:17 pm, Jason Foster wrote: > Looks like the system is simply picking up Saxon regardless of the value of > transformer-factory. > > Any suggestions as to how to proceed? All of my changes have been to > sitemap.xmap, not to cocoon.xconf (like anyone really knows the dif

Re: Multiple XSL Transformers

2002-06-04 Thread Jason Foster
Victory! Using the HEAD branch and the instructions given earlier, everything seems to be working. Someone should probably patch the webapp sitemap to make sure that the xslt transformer explicitly sets org.apache.xalan.processor.TransformerFactoryImpl ... so that the system is

Re: Multiple XSL Transformers

2002-06-04 Thread Jason Foster
Hold on a second... I was looking at the HEAD source but running a 2.0.1 installation. Let's see how things work with the HEAD... Sorry about the noise :( Jason - Please check that your question has not already been answer

Re: Multiple XSL Transformers

2002-06-04 Thread Jason Foster
OK, here's my status report... Short Version - the moment you drop saxon.jar into WEB-INF/lib, you use Saxon for everything Long Version - place a copy of saxon.jar in WEB-INF/lib - create two transformers as follows: > > pool-grow="2" pool-max="32" pool-min="8" > src="org.

Re: Multiple XSL Transformers

2002-06-04 Thread Peter Royal
On Tuesday 04 June 2002 02:19 pm, Jason Foster wrote: > > It is possible. I used the xslt-processor-role variant on 2.0.2 a few > > months > > back to test XSLTC. It went like this (on 2.0.3, change as needed for > > SAXON) > > It's the "change as needed" that's currently the problem. All of the

RE: Multiple XSL Transformers

2002-06-04 Thread Vadim Gritsenko
> From: Jason Foster [mailto:[EMAIL PROTECTED]] > > > It is possible. I used the xslt-processor-role variant on 2.0.2 a few > > months > > back to test XSLTC. It went like this (on 2.0.3, change as needed for > > SAXON) > > It's the "change as needed" that's currently the problem. All of the >

Re: Multiple XSL Transformers

2002-06-04 Thread Jason Foster
> It is possible. I used the xslt-processor-role variant on 2.0.2 a few > months > back to test XSLTC. It went like this (on 2.0.3, change as needed for > SAXON) It's the "change as needed" that's currently the problem. All of the references I've found involve people "dropping in" the Saxon j

Re: Multiple XSL Transformers

2002-06-04 Thread Peter Royal
On Tuesday 04 June 2002 02:05 pm, Vadim Gritsenko wrote: > > From: Diana Shannon [mailto:[EMAIL PROTECTED]] > > > > On Tuesday, June 4, 2002, at 01:48 PM, Vadim Gritsenko wrote: > > > Start from TraxTransformer (search for "xslt-processor-role") in > > Cocoon > > > > 2.0.3, or TraxTransformer (se

RE: Multiple XSL Transformers

2002-06-04 Thread Vadim Gritsenko
> From: Diana Shannon [mailto:[EMAIL PROTECTED]] > > > On Tuesday, June 4, 2002, at 01:48 PM, Vadim Gritsenko wrote: > > > Start from TraxTransformer (search for "xslt-processor-role") in Cocoon > > 2.0.3, or TraxTransformer (search for "transformer-factory") in Cocoon > > 2.1; and follow from

Re: Multiple XSL Transformers

2002-06-04 Thread Diana Shannon
On Tuesday, June 4, 2002, at 01:48 PM, Vadim Gritsenko wrote: > Start from TraxTransformer (search for "xslt-processor-role") in Cocoon > 2.0.3, or TraxTransformer (search for "transformer-factory") in Cocoon > 2.1; and follow from there. Does this mean it's possible, Vadim, or that Jason shou

RE: Multiple XSL Transformers

2002-06-04 Thread Vadim Gritsenko
> From: Jason Foster [mailto:[EMAIL PROTECTED]] > > I was wondering if it is possible to have both a Xalan-based and a > Saxon-based transformer active within Cocoon simultaneously? > > I am using Xalan's support for BSF-scriptable extensions in a couple of > places and quite like it's approach.