Re: default xsl transformer?

2002-09-06 Thread Vadim Gritsenko
Enke, Michael wrote: >Vadim Gritsenko wrote: > > Try Saxon. I always try Saxon before blaming Xalan. >>>Where and how to configure? Do I need an additional jar? >>> >>> >>> >>Remove xalan-2.3.1.jar from the WEB-INF/lib, drop saxon-6.5.2.jar >>instead, restart. >>

Re: default xsl transformer?

2002-09-06 Thread Enke, Michael
Vadim Gritsenko wrote: > >>Try Saxon. I always try Saxon before blaming Xalan. > > > >Where and how to configure? Do I need an additional jar? > > > > Remove xalan-2.3.1.jar from the WEB-INF/lib, drop saxon-6.5.2.jar > instead, restart. Hi Vadim, thank you for your help. I only have one problem

Re: default xsl transformer?

2002-09-04 Thread Vadim Gritsenko
Enke, Michael wrote: >>>Original exception : java.lang.NullPointerException >>>at java.lang.System.arraycopy(Native Method) >>>at org.apache.xml.utils.FastStringBuffer.append(FastStringBuffer.java:642) >>>at org.apache.xml.dtm.ref.sax2dtm.SAX2DTM.characters(SAX2DTM.java:1825) >>>at >org.apache.x

Re: default xsl transformer?

2002-09-03 Thread Enke, Michael
> >Original exception : java.lang.NullPointerException > > at java.lang.System.arraycopy(Native Method) > > at org.apache.xml.utils.FastStringBuffer.append(FastStringBuffer.java:642) > > at org.apache.xml.dtm.ref.sax2dtm.SAX2DTM.characters(SAX2DTM.java:1825) > > at >org.apache.xml.dtm.ref.Increme

Re: default xsl transformer?

2002-09-03 Thread Vadim Gritsenko
Enke, Michael wrote: >Vadim Gritsenko wrote: > > >>Enke, Michael wrote: >> >> >> >>>Vadim Gritsenko wrote: >>> >>> >>> >>> >Q.2) From where TraxTransformer knows which one to use if no > is given? > > > > > From configuration only.

Re: default xsl transformer?

2002-09-03 Thread Enke, Michael
Vadim Gritsenko wrote: > > Enke, Michael wrote: > > >Vadim Gritsenko wrote: > > > > > >>>Q.2) From where TraxTransformer knows which one to use if no > is given? > >>> > >>> > >>> > >> From configuration only. > >> > >> > > > >>From cocoon.roles? > > > >I have the problem that if I use in xsl

Re: default xsl transformer?

2002-09-03 Thread Vadim Gritsenko
Enke, Michael wrote: >Vadim Gritsenko wrote: > > >>>Q.2) From where TraxTransformer knows which one to use if no >is given? >>> >>> >>> >> From configuration only. >> >> > >>From cocoon.roles? > >I have the problem that if I use in xsl transformation >I get a NullpointerException a

Re: default xsl transformer?

2002-09-03 Thread Enke, Michael
Vadim Gritsenko wrote: > >Q.2) From where TraxTransformer knows which one to use if no >is given? > > > > From configuration only. >From cocoon.roles? I have the problem that if I use in xsl transformation I get a NullpointerException after some hundred elements. I now removed xalan.jar and

Re: default xsl transformer?

2002-09-03 Thread Vadim Gritsenko
Enke, Michael wrote: >Hi, >I'm wondering what is the xsl-transformer used by current sitemap.xmap? >I found there: > > >pool-max="32" pool-min="8" src="org.apache.cocoon.transformation.TraxTransformer"> > false > false > false > > > >pool-max="32" pool-min="8"

default xsl transformer?

2002-09-03 Thread Enke, Michael
Hi, I'm wondering what is the xsl-transformer used by current sitemap.xmap? I found there: false false false false false false Both use the same src="org.apache.cocoon.transformation.TraxTransformer", they are different o