Re: Fw: XSLTC and Cocoon

2002-06-06 Thread Ivelin Ivanov
; Cc: "cocoon" <[EMAIL PROTECTED]> Sent: Thursday, June 06, 2002 8:50 AM Subject: Re: Fw: XSLTC and Cocoon > Tom Amiro wrote: > > Hi Gianugo, > > > > That's strange. I just unjar'd the cocoon.war file from

Re: Fw: XSLTC and Cocoon

2002-06-06 Thread Gianugo Rabellino
Tom Amiro wrote: > I got the war you gave me to run and hit the same old error on book2menu.xsl > that I found before which was due to the stylesheet not using the correct > syntax to call external java funtions. Here is a copy of the stylesheet > with the required changes, i.e. > > http://ww

Re: Fw: XSLTC and Cocoon

2002-06-06 Thread Tom Amiro
Gianugo Rabellino wrote: > > > I'll send you in a minute a temporary download location: I'm uploading > via my poor ADSL a 15+MB file to a server, it will take some time. :-) > > What I did was just re-warring up for you my current Catalina cocoon > directory, so that you should *not* encounter

Re: Fw: XSLTC and Cocoon

2002-06-06 Thread Gianugo Rabellino
Tom Amiro wrote: > Hi Gianugo, > > That's strange. I just unjar'd the cocoon.war file from my webapps > directory and looked at the cocoon.xconf file. It had > > logger="core.xslt-processor"> > value="org.apache.xalan.xsltc.trax.TransformerFactoryImpl"/> > > > > > So the

Re: Fw: XSLTC and Cocoon

2002-06-06 Thread Tom Amiro
Hi Gianugo, That's strange. I just unjar'd the cocoon.war file from my webapps directory and looked at the cocoon.xconf file. It had So the transformer-factory param does have the closing /. Don't know how the snippet cut and pasted in my email was wrong. Anyway, ple

Re: Fw: XSLTC and Cocoon

2002-05-28 Thread Gianugo Rabellino
Ivelin Ivanov wrote: > Folks, > > > The XSLTC group is at a hold again. > > Anyone interested to work with Tom to resolve the issues? Here: I'll do all I can do to help out in this issue. What I need is a complete stack trace from the exception being thrown, as well as the cocoon logs (if an

Fw: XSLTC and Cocoon

2002-05-28 Thread Ivelin Ivanov
velin Ivanov" <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 3:33 PM Subject: Re: XSLTC and Cocoon > Ivelin, > > > Ivelin Ivanov wrote: > > > > Tom, > > > > Were the replies to your request satisfactory? > > > > Are you able to continue w

Re: XSLTC and Cocoon

2002-05-23 Thread Ivelin Ivanov
ROTECTED]> Sent: Monday, May 20, 2002 2:34 PM Subject: Re: XSLTC and Cocoon > Hi, > > After modifying ./documentation/stylesheets/book2menu.xsl so XSLTC > could compile it, I got to the next problem, which doesn't appear > to be XSLTC related. > > After bringing up the

Re: XSLTC and Cocoon

2002-05-23 Thread Stefano Mazzocchi
[EMAIL PROTECTED] wrote: > > > Hmmm, the source code says > > > >if( null != sourceLocator ) > >{ > > n.addExtraDescription("location", sourceLocator.getSystemId()); > > ... > >} > > > > so the NPE doesn't come from sourceLocator being null. Also, if > > getSystemId() return

Re: XSLTC and Cocoon

2002-05-22 Thread Tom Amiro
Hi, Given Sylvain's reply that an update would solve the NPE problem, I checked out the xml-cocoon2 respository. After making some modifications so it would use XSLTC rather than Xalan, I built cocoon.war and tried deploying it with Tomcat. On starting up Tomcat, there was a problem with Cocoon

RE: XSLTC and Cocoon

2002-05-22 Thread Bruno . Dumon
> Hmmm, the source code says > >if( null != sourceLocator ) >{ > n.addExtraDescription("location", sourceLocator.getSystemId()); > ... >} > > so the NPE doesn't come from sourceLocator being null. Also, if > getSystemId() returns null, the method is > It depends on which

Fw: XSLTC and Cocoon

2002-05-21 Thread Ivelin Ivanov
More positive response from the XSLTC team ! - Original Message - From: "David Hofert" <[EMAIL PROTECTED]> To: "Ivelin Ivanov" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 7:02 AM Subject: Re: XSLTC and Cocoon >

Re: XSLTC and Cocoon

2002-05-21 Thread Torsten Curdt
On Tuesday 21 May 2002 18:13, Stefano Mazzocchi wrote: > Tom, > > first of all, thanks much for helping us with this. It is *very* > appreciated. > > Tom Amiro wrote: > > Hi, > > > > After modifying ./documentation/stylesheets/book2menu.xsl so XSLTC > > could compile it, I got to the next problem,

Re: XSLTC and Cocoon

2002-05-21 Thread Stefano Mazzocchi
Tom, first of all, thanks much for helping us with this. It is *very* appreciated. Tom Amiro wrote: > Hi, > > After modifying ./documentation/stylesheets/book2menu.xsl so XSLTC > could compile it, I got to the next problem, which doesn't appear > to be XSLTC related. Ok, let's see. > Afte

RE: XSLTC and Cocoon

2002-05-21 Thread Vadim Gritsenko
> From: Stephen Ng [mailto:[EMAIL PROTECTED]] > > Ivelin, > > Thank you for spearheading this! > > I am currently moving my code to Saxon to improve performance; it's > quite a bit more painful than I thought--will post my observations > shortly. That's very interesting - my observations are q

RE: XSLTC and Cocoon

2002-05-21 Thread Stephen Ng
oving. Stephen Ng Lumigent > -Original Message- > From: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 21, 2002 9:33 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: XSLTC and Cocoon > > >

Re: XSLTC and Cocoon

2002-05-21 Thread Sylvain Wallez
t;; "Ivelin Ivanov" <[EMAIL PROTECTED]>; ><[EMAIL PROTECTED]> >Sent: Monday, May 20, 2002 2:34 PM >Subject: Re: XSLTC and Cocoon > > > > >>Hi, >> >>After modifying ./documentation/stylesheets/book2menu.xsl so XSLTC >>could compile it

Re: XSLTC and Cocoon

2002-05-21 Thread Ivelin Ivanov
of common interest that XSLTC gets in Cocoon. Regards, Ivelin - Original Message - From: "Tom Amiro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Ivelin Ivanov" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 2:34 PM Sub

Re: XSLTC and Cocoon

2002-05-20 Thread Ivelin Ivanov
ever. Thanks for your team's work Tom. Cheers, Ivelin - Original Message - From: "Tom Amiro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Ivelin Ivanov" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 8:33 AM Subje

Re: XSLTC and Cocoon

2002-05-18 Thread Ivelin Ivanov
17, 2002 8:58 AM Subject: Re: XSLTC and Cocoon > Hi Ivelin, > > We started working on this and got distracted. Here was the > last email Stefano sent. If this information is still > good, I'll try to set up a test case here so we can > debug whatever bugs are preventing XSLTC from

Re: XSLTC and Cocoon

2002-05-17 Thread Tom Amiro
Hi Ivelin, We started working on this and got distracted. Here was the last email Stefano sent. If this information is still good, I'll try to set up a test case here so we can debug whatever bugs are preventing XSLTC from working in Cocoon. Tom > Since many bugs that I find in xsltc aren't

XSLTC and Cocoon

2002-05-15 Thread Ivelin Ivanov
Is someone actively working on integrating XSLTC in Cocoon? Stefano felt strongly that XSLTC should be ultimately the default stylesheet processor in Cocoon. Can someone comment on how far are we from this goal? People keep discussing benchmarks for various XSLT interpreters, trying to make the