Re: XSLTC Problems

2002-11-05 Thread Jeremy Quinn
On Tuesday, Nov 5, 2002, at 03:50 Europe/London, Ivelin Ivanov wrote: Did you update the jar in C2 CVS HEAD? No, I thought that would be presumptuous, after all, I had done very little testing. regards Jeremy - To unsubsc

Re: XSLTC Problems

2002-11-04 Thread Ivelin Ivanov
Jeremy, Did you update the jar in C2 CVS HEAD? Ivelin - Original Message - From: "Jeremy Quinn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 04, 2002 12:48 PM Subject: Re: XSLTC Problems > Dear Tom, > > Thanks for this, yes

Re: XSLTC Problems

2002-11-04 Thread Jeremy Quinn
Dear Tom, Thanks for this, yes it appears to solve the problem. Just to make sure I did the right test . I could not re-compile Cocoon 2.1 dev with the new xalan, because there is currently some code in Cocoon's scratchpad that does not compile on my MacOSX JVM 1.3.1 system. I just droppe

Re: XSLTC Problems

2002-11-04 Thread Tom Amiro
Hi, I took the problematic stylesheet (attached) and tried it with the latest XSLTC. There was no error. Could you try with the latest build -- actually 2.4.1 release should be fine -- to see if the problem is still reproducible? Tom Ivelin Ivanov wrote: > > Tom is probably still the point m

Re: XSLTC Problems

2002-11-02 Thread Ivelin Ivanov
Tom is probably still the point man, but just in case, I have added to the CC list all the XSLTC contacts that we used in the past. Ivelin - Original Message - From: "Jeremy Quinn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 7:41 AM Subject: XSLTC Problems

Re: XSLTC Problems

2002-11-01 Thread Peter Royal
On Friday, November 1, 2002, at 08:41 AM, Jeremy Quinn wrote: As soon as XSLTC was switched on by default, I had to switch it off! I have a stylesheet that work fine with xalan, but does not work in XSLTC, to whom, and how, should I report this? File a bug report against Xalan/XSLTC. Include s

Re: XSLTC as default transformer

2002-10-29 Thread Ivelin Ivanov
done. - Original Message - From: "Stefano Mazzocchi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 2:58 PM Subject: Re: XSLTC as default transformer > Ivelin Ivanov wrote: > > > If I recall correctly the number

Re: XSLTC as default transformer

2002-10-29 Thread Stefano Mazzocchi
Ivelin Ivanov wrote: If I recall correctly the number of votes for switching to XSLTC in sitemap outnumbered the ones against. Am I wrong? Stefano, are we doing it? Yes, let's do it. Could you please take care of that? I'm submerged with email :/ -- Stefano Mazzocchi

Re: XSLTC as default transformer

2002-10-29 Thread Ivelin Ivanov
done. - Original Message - From: "Vadim Gritsenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 27, 2002 10:46 AM Subject: Re: XSLTC as default transformer > Ivelin Ivanov wrote: > > >If I recall correctly the number of votes

Re: XSLTC as default transformer

2002-10-27 Thread Vadim Gritsenko
Ivelin Ivanov wrote: If I recall correctly the number of votes for switching to XSLTC in sitemap outnumbered the ones against. +1 for 2.1 Vadim Am I wrong? Stefano, are we doing it? -=Ivelin=- - To unsubscribe, e-

Re: XSLTC - Full Support for External Java Functions

2002-08-19 Thread Tom Amiro
John, I was out on vacation. Doesn't look like anyone responded. XSLTC does not support SQL extensions at this time. Future work on integrating XSLTC with Xalan may add such support. Here is a quote from an email sent by Morris Kwan on the effort to integrate Xalan's extensions with XSLTC.

Re: XSLTC - Full Support for External Java Functions

2002-08-03 Thread John Gentilin
Has anyone ever tested the SQL extensions under XSLTC ?? John G Tom Amiro wrote: > Hi, > > Note that the link > > http://xml.apache.org/xalan-j/xsltc_constraints.html#xsltcconf > > will not reflect the change to the documentation we made until > the documentation on the site is rebuilt. > > T

Re: XSLTC - Full Support for External Java Functions

2002-08-02 Thread Tom Amiro
Hi, Note that the link http://xml.apache.org/xalan-j/xsltc_constraints.html#xsltcconf will not reflect the change to the documentation we made until the documentation on the site is rebuilt. Tom "G. Todd Miller - XML Tech Ctr - Development" wrote: > > FYI: > > XSLTC update: The latest

Re: XSLTC -> Gregor

2002-07-05 Thread Ivelin Ivanov
10-15 times faster than Xalan? That's a difference. It's a pitty we can't ship it with Cocoon. Ivelin - Original Message - From: "Jacek R. Ambroziak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 04, 2002 4:09 PM Subject: XSLTC -> Gregor > Hi Ivelin, > > >> Tha

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

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
Good to know. With all the exposure Cocoon 2 is getting this year, having a high performance engine as XSLTC is becoming increasingly essential. When you add the 3 new books that will go in print within the next few months, Cocoon's responsibility to live up to its fame is bigger than ever. Th

Re: XSLTC and Cocoon

2002-05-18 Thread Ivelin Ivanov
Thank you Tom. Many people are posting lately questions related to Cocoon performance. Getting XSLTC in is important. Ivelin - Original Message - From: "Tom Amiro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, May

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

Re: XSLTC question

2002-04-03 Thread Stefano Mazzocchi
Alex Kachanov wrote: > > hi, guys! > I have a serious bug question about XSLTC. > > Where should I post it, to this group or to Xalan group? Do both, sometimes it's hard to tell where the bug resides, anyway, if it's cocoon related, we should be aware of this so copy cocoon-dev. Thanks -- St

Re: XSLTC question

2002-04-02 Thread scott_boag
If it's a bug, post it to Bugzilla. If it's a question, comment, or flame about XSLTC, Xalan, or javax.xml.transform, post it to the xalan list. If it's an issue with Cocoon's configuration of XSLTC or Xalan, post it to the Cocoon list and CC the xalan. If you don't feel you're getting appropr

Re: XSLTC

2002-03-26 Thread Ivelin Ivanov
That's the spirit of a leader. - Original Message - From: "Stefano Mazzocchi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 26, 2002 7:22 AM Subject: Re: XSLTC > Tom Amiro wrote

Re: XSLTC

2002-03-26 Thread Stefano Mazzocchi
Tom Amiro wrote: > > Hi, > > Thanks Scott. Good characterization. We have already fixed the XSLTMark > bugs that Jacek did, but if there are other problems, we need to > know. Stefano's offer to prepare a detailed description of the > symptoms/bugs/suggestions/issues will help. As I mentioned in

Re: XSLTC

2002-03-25 Thread scott_boag
Boag/Cambridge/IBM) 03/25/2002 12:55 PM Subject: Re: XSLTC

Re: XSLTC

2002-03-25 Thread Jacek R. Ambroziak
On Monday 25 March 2002 12:55 pm, Sylvain Wallez wrote: > What will be the status of the non-commercial version ? Will it be > opensource and freely distribuable ? You can still build and sell some > fancy tools on top of it That is what I am contemplating. First, however, I need to get the new d

Re: XSLTC

2002-03-25 Thread Sylvain Wallez
Jacek R. Ambroziak wrote: >I may end up with 2 versions -- one of them being 'commercial', >with bells and whistles, and NOT FREE. >In any case I still need several weeks before posting a new version. >XSLTC New Generation is a major redesign. > >--Jacek > What will be the status of the non-comme

Re: XSLTC

2002-03-25 Thread Tom Amiro
Hi, Thanks Scott. Good characterization. We have already fixed the XSLTMark bugs that Jacek did, but if there are other problems, we need to know. Stefano's offer to prepare a detailed description of the symptoms/bugs/suggestions/issues will help. As I mentioned in another response related to

Re: XSLTC

2002-03-25 Thread Jacek R. Ambroziak
I may end up with 2 versions -- one of them being 'commercial', with bells and whistles, and NOT FREE. In any case I still need several weeks before posting a new version. XSLTC New Generation is a major redesign. --Jacek > Does the ambrosoft version not being open source mean that it is not fre

RE: XSLTC

2002-03-25 Thread Miller, Grant
Subject: Re: XSLTC "Durrant, Peter" wrote: > > Hi > > There has been a lot of interest recently in XSLTC regarding the potential > performance improvements for transformations. I was wondering what is > happening regarding integrating XSLTC into Cocoon? This is a goo

Re: XSLTC

2002-03-23 Thread Stefano Mazzocchi
[EMAIL PROTECTED] wrote: > > Stefano Mazzocchi <[EMAIL PROTECTED]> wrote: > > I would personally love to work with the Xalan people to address all the > > issues that XSLTC has with Cocoon, but their interest in making this > > happening has been, in my eyes, cold. > > > > But anyway, if my impre

Re: XSLTC

2002-03-23 Thread scott_boag
Stefano Mazzocchi <[EMAIL PROTECTED]> wrote: > I would personally love to work with the Xalan people to address all the > issues that XSLTC has with Cocoon, but their interest in making this > happening has been, in my eyes, cold. > > But anyway, if my impressions were wrong, or something changed

Re: XSLTC

2002-03-23 Thread Stefano Mazzocchi
"Durrant, Peter" wrote: > > Hi > > There has been a lot of interest recently in XSLTC regarding the potential > performance improvements for transformations. I was wondering what is > happening regarding integrating XSLTC into Cocoon? This is a good question. I currently have no information to

RE: XSLTC fixes for XSLTMark tests

2002-03-14 Thread Bruno . Dumon
Davanum Srinivas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 14, 2002 2:27 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: RE: XSLTC fixes for XSLTMark tests > > > Bruno, > > IMNSHO, It is a MAJOR stumbling bl

RE: XSLTC fixes for XSLTMark tests

2002-03-14 Thread Davanum Srinivas
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > > [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject: Re: XSLTC fixes for XSLTMark tests > > > > > > Tom, > > > > That's good news. Can you please help us with running > > sitemap.xsl against sitem

RE: XSLTC fixes for XSLTMark tests

2002-03-14 Thread Torsten Curdt
> > Tom, > > > > That's good news. Can you please help us with running > > sitemap.xsl against sitemp.xmap? This is a > > MAJOR stumbling block for us trying to use Cocoon2 with XSLTC. > > > > AFAIK, this is not a major stumbling block, since cocoon allows to define > multiple xslt processors in t

RE: XSLTC fixes for XSLTMark tests

2002-03-14 Thread Bruno . Dumon
> -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 14, 2002 12:07 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: XSLTC fixes for XSLTMark tests > > > Tom, >

Re: XSLTC fixes for XSLTMark tests

2002-03-13 Thread Davanum Srinivas
Tom, That's good news. Can you please help us with running sitemap.xsl against sitemp.xmap? This is a MAJOR stumbling block for us trying to use Cocoon2 with XSLTC. http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/sitemap/java/sitemap.xsl http:

Re: XSLTC rocks the planet!

2002-02-26 Thread Stefano Mazzocchi
Tom Amiro - SunSoft PC Networking SPA wrote: > > Stefano, > > Please do file a bug in Bugzilla on the number test. Ok. I know there > are bugs already on 'trend' and 'alphabetize'. We do run the > conf tests on XSLTC, but there is a bit of noise, especially > with html output. what do you m

Re: XSLTC rocks the planet!

2002-02-24 Thread Tom Amiro - SunSoft PC Networking SPA
Stefano, Please do file a bug in Bugzilla on the number test. I know there are bugs already on 'trend' and 'alphabetize'. We do run the conf tests on XSLTC, but there is a bit of noise, especially with html output. Innocuous diffs in indenting and such case fails compared to Xalan. Currently,