It was a very nice surprise for me to
find myself among XSLT celebs in this year's
Programmers' Choice Nominations: see below
(and VOTE :-)
http://www.activestate.com/Corporate/ActiveAwards/
--Jacek
PS. I am also delighted to see that XSLTC,
as part of Xalan, now ships in volume
gzilla/show_bug.cgi?id=20381
XSLTC: top-level xsl:variable with document() breaks
--- Additional Comments From [EMAIL PROTECTED] 2003-06-09 13:08 ---
Oh, sorry, I mis-read Jeff's bug description and didn't read that it does *not*
occur on commandline. So it's possibly a C
gzilla/show_bug.cgi?id=20308
Stylesheet includes not working with XSLTC
--- Additional Comments From [EMAIL PROTECTED] 2003-06-06 02:27 ---
I investigated this problem, it seems to be a fault in the Xalan source in
o.a.xalan.xsltc.compiler.Include.parseContents()
docToLoad is obtained fr
gzilla/show_bug.cgi?id=20381
XSLTC: top-level xsl:variable with document() breaks
[EMAIL PROTECTED] changed:
What|Removed |Added
AssignedTo|[EMAIL PROTECTED] |[EMAIL PRO
gzilla/show_bug.cgi?id=20308
Stylesheet includes not working with XSLTC
[EMAIL PROTECTED] changed:
What|Removed |Added
CC||[EMAIL PRO
gzilla/show_bug.cgi?id=20308
Stylesheet includes not working with XSLTC
--- Additional Comments From [EMAIL PROTECTED] 2003-06-04 15:12 ---
My test case seems to demonstrate that you can in fact have a very basic include
from the stylesheet off of the sitemap, but that the included styl
gzilla/show_bug.cgi?id=20308
Stylesheet includes not working with XSLTC
[EMAIL PROTECTED] changed:
What|Removed |Added
URL||http://localhost:/
gzilla/show_bug.cgi?id=20381
XSLTC: top-level xsl:variable with document() breaks
--- Additional Comments From [EMAIL PROTECTED] 2003-05-31 05:55 ---
Created an attachment (id=6579)
xsltcbug2.tgz, containing a subsitemap demonstration of the bug
gzilla/show_bug.cgi?id=20381
XSLTC: top-level xsl:variable with document() breaks
Summary: XSLTC: top-level xsl:variable with document() breaks
Product: Cocoon 2
Version: Current CVS 2.1
Platform: Other
OS/Version: Linux
Statu
gzilla/show_bug.cgi?id=20308
Stylesheet includes not working with XSLTC
--- Additional Comments From [EMAIL PROTECTED] 2003-05-30 12:26 ---
Using a default cocoon 2.1m2 download, and starting the included jetty using
cocoon.sh, running on linux using Java build 1.4.1_02-b06, I cannot rep
gzilla/show_bug.cgi?id=20308
Stylesheet includes not working with XSLTC
Summary: Stylesheet includes not working with XSLTC
Product: Cocoon 2
Version: 2.1m2
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Pr
a project :
<http://kiss-ccr.dyndns.org> (temp URL)
from a very old Cocoon2.x to Cocoon 2.1-dev and have an XSLT
StyleSheet that works with Xalan but not with XSLTC (no useful error
reports).
I can't find now, who these problems should be reported to.
Anyone remember (it's b
Hi Guys
I am moving a project :
<http://kiss-ccr.dyndns.org> (temp URL)
from a very old Cocoon2.x to Cocoon 2.1-dev and have an XSLT StyleSheet
that works with Xalan but not with XSLTC (no useful error reports).
I can't find now, who these problems should be reported to.
Anyo
gzilla/show_bug.cgi?id=17825
XSLTC assumes context-relative paths, not directory-relative
--- Additional Comments From [EMAIL PROTECTED] 2003-03-10 13:23 ---
Created an attachment (id=5245)
xsltbug.tgz, containing a subsitemap demonstrating bad relative path handling
gzilla/show_bug.cgi?id=17825
XSLTC assumes context-relative paths, not directory-relative
Summary: XSLTC assumes context-relative paths, not directory-
relative
Product: Cocoon 2
Version: Current CVS
Platform: Other
OS/Version:
michaelm2003/02/11 06:23:04
Modified:lib jars.xml
Added: lib/endorsed xsltc-20030211.jar
Removed: lib/endorsed xsltc.jar
Log:
Updated to latest xsltc jar so that BCEL/xsltc threading
issues are resolved as discussed in the avalon-dev and
cocoon-dev mailing
Michael Melhem wrote:
Hi Guys,
Xalan guys have updated the xsltc code to resolve this issue. Will
update the xsltc jar in Cocoon head if there are no objections.
Go ahead!
Vadim
Regards,
Michael
-
To unsubscribe, e
Hi Guys,
Xalan guys have updated the xsltc code to resolve this issue. Will
update the xsltc jar in Cocoon head if there are no objections.
Regards,
Michael
On Fri, Feb 07, 2003 at 12:43:42PM +0100, Michael Melhem wrote:
> On Thu, Feb 06, 2003 at 04:18:55PM -0500, Vadim Gritsenko wr
On Thu, Feb 06, 2003 at 04:18:55PM -0500, Vadim Gritsenko wrote:
> Michael Melhem wrote:
>
> >Hi Cocooners,
> >
> >Are their any other Cocoon users having Threading Issues with xsltc?
> >
> >Its seems that if you have a translat being compiled at the
Michael Melhem wrote:
Hi Cocooners,
Are their any other Cocoon users having Threading Issues with xsltc?
Its seems that if you have a translat being compiled at the same time by two
or more threads (instances of TraxTransformer) you will get issues because
BCEL is not (by design) threadsafe
I've hit this - it only happens when compiling the stylesheet though. Concurrent
requests right at
startup do not do wel...I had no workaround...but that would be a GOOD THING to have
fixed...
> Hi Cocooners,
>
> Are their any other Cocoon users having Threading Issues with xsltc?
Hi Cocooners,
Are their any other Cocoon users having Threading Issues with xsltc?
Its seems that if you have a translat being compiled at the same time by two
or more threads (instances of TraxTransformer) you will get issues because
BCEL is not (by design) threadsafe as it users static
I had an offline discussion with Santiago from Sun.
He has found a fix for the bug which we recently posted.
I would like to share with you some of his comments regarding the future of
XSLTC:
Regarding XSLTC, we've done some performance work a couple of months ago,
but for the most pa
lt;[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, December 14, 2002 3:15 PM
Subject: Re: [PROBLEM]: XSLTC does not work
> Hi,
>
> I had a quick look at this. I'm not sure I was applying the correct
> stylesheet to the correct input
Hi,
I had a quick look at this. I'm not sure I was applying the correct
stylesheet to the correct input. I simply tried applying wizard2html.xsl
to the input document you supplied (XMLForm.xml). The output was, indeed,
quite different. It looks like XSLTC was applying the most ge
Hi Santiago,
With Tom bridging Xalan and Cocoon, we have had a very productive
relationship in the past.
I hope we will continue the high productivity record.
Attached are the xml source and the corresponding Xalan and XSLTC ouputs
produced with Xalan 2.4.1.
As you will notice they are very
of the differences between Xalan interpretive and
XSLTC for given xml/xsl input.
If you can isolate the problem to XSLT that would be great; otherwise,
we'd need a lot more information on how to set up a test
case with Cocoon and Tomcat to reproduce it.
Tom
Ivelin Ivanov wrote:
>
> Tom,
Tom,
There were a few more messages on the list regarding Xalan 2.4.1 and XSLTC.
Do you have progress on the reported problems?
Ivelin
- Original Message -
From: "Tom Amiro" <[EMAIL PROTECTED]>
To: "Ivelin Ivanov" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTEC
Hi,
I am having trouble when I call a pipeline which generate my xsl
throught cocoon:/ pseudo protocol:
This only happen with the last version of the CVS.
The guilty sitemap fragment:
and the exception
Done.
- Original Message -
From: "David Crossley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 06, 2002 6:52 PM
Subject: more XSLTC problems (Was: strangely broken sample)
> Would some other committer please attend to this.
> I
Would some other committer please attend to this.
I am not familiar enough with XSLTC, and the other
core jars, to deal with it.
--David
> From: [EMAIL PROTECTED]
> Subject: Antwort: strangely broken sample
> Date: 03 Nov 2002 12:21:30 +0100
>
> This is a problem of XSLTC which is
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
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
just dropped the new (2.4.1) xajan.jar, xml-apis.jar and xsltc.jar
into cocoon/WEB-INF/lib, replacing the older ones, then reset my
sitemap to use the xsltc engine again.
Thanks
regards Jeremy
On Monday, Nov 4, 2002, at 15:23 Europe/London, Tom Amiro wrote:
Hi,
I took the problematic style
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
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
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
Dear All,
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?
The culprit :
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xmlns:xsi="ht
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
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
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
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
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?
-=Ivelin=-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands
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
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 documentatio
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:
>
&g
FYI:
XSLTC update: The latest XSLTC now supports non-static external
java functions. Previously we only supported calling static
java functions. For more information check out the constraits
document at: http://xml.apache.org/xalan-j/xsltc_constraints.html#xsltcconf
Thanks
tcurdt 2002/07/22 17:34:56
Modified:lib jars.xml
Added: lib/core xalan2-20020723.jar xerces2-20020723.jar
xml-apis-20020723.jar xsltc-20020723.jar
Log:
catch up with the latest CVS versions,
add an "ant-target" build to th
> From: Koen Pellegrims [mailto:[EMAIL PROTECTED]]
>
> I think this bug might be due to lazy type converions in XSLTC.
> Have you tried passing the numbers into the numbers()-function
> before the comparison, i.e.: ?
I know work-around, see:
> >
I report this so X
I think this bug might be due to lazy type converions in XSLTC. Have you
tried passing the numbers into the numbers()-function before the comparison,
i.e.: ?
The assignment through the if-construct makes $var into a result-set; I'm
not sure if XSLTC handles the type-conversions very well.
Hi all,
Found a bug in XSLTC, version from
http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/lib/core/xsltc.
jar?rev=HEAD&content-type=text/plain.
Here is XSLT reproducing the bug:
--8<--
http://www.w3.org/1999/XSL/Transform";>
2
> From: TREGAN Fabien [mailto:[EMAIL PROTECTED]]
>
> I have a pipeline with 1 generator, 1 castor (non cachable)
> transformer, 2 xsl transformation and 1 xml serialization. I
> tryed to run it with both xalan and xsltc, and the benefit
> (mesured by JMeter with 5 and 50 co
-Oorspronkelijk bericht-
Van: Sylvain Wallez [mailto:[EMAIL PROTECTED]]
Verzonden: donderdag 11 juli 2002 10:35
Aan: [EMAIL PROTECTED]
Onderwerp: Re: Performance of XSLTC
Reinhard Poetz wrote:
>Hi,
>
>Today I tried to find out how much faster XSLTC compared to Xalan is. M
Reinhard Poetz wrote:
>Hi,
>
>Today I tried to find out how much faster XSLTC compared to Xalan is. My
>result: there is hardly any difference in performance (maybe XSLTC is
>slightly faster).
>
>
Just some thoughts : XSLTC translates a stylesheet to a class, and
I have a pipeline with 1 generator, 1 castor (non cachable) transformer, 2
xsl transformation and 1 xml serialization. I tryed to run it with both
xalan and xsltc, and the benefit (mesured by JMeter with 5 and 50 concurrent
threads) gave me a around 10% gain on the whole pipeline (that is less
> From: Reinhard Poetz [mailto:[EMAIL PROTECTED]]
>
> Hi,
>
> Today I tried to find out how much faster XSLTC compared to
> Xalan is. My
> result: there is hardly any difference in performance (maybe
> XSLTC is slightly faster).
>
> My test case:
>
Hi,
Today I tried to find out how much faster XSLTC compared to Xalan is. My
result: there is hardly any difference in performance (maybe XSLTC is
slightly faster).
My test case:
-
I used a pipline with two xslt transformation steps. The first time I used
the standard transformer
--- Tom Amiro <[EMAIL PROTECTED]> wrote:
> We'll do some testing with 1.4.1_01 to see if the
> problem
> is with the JVM or with XSLTC.
Tom, in my opinion the problem is more with the JVM
than XSLTC as the latter runs fine on any other VM.
But then _01 was an interim
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 08, 2002 5:04 PM
> To: Ivelin Ivanov
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [PROBLEM]
Hi,
We'll do some testing with 1.4.1_01 to see if the problem
is with the JVM or with XSLTC.
Carsten, or anyone else, can you give us more information
on the differences in output generated by Xalan versus
XSLTC when you are not running on 1.4.1_01?
Tom
Ivelin Ivanov wrote:
>
>
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
S
- Original Message -
From: "Carsten Ziegeler" <[EMAIL PROTECTED]>
To: "Cocoon-Dev" <[EMAIL PROTECTED]>
Sent: Wednesday, July 03, 2002 1:21 AM
Subject: RE: [PROBLEM]: XSLTC does not work
>
> Ivelin Ivanov wrote:
> >
> > Sorry
> Would it be too painful to do what Jeremy is when
> XSLTC is broken?
...
> > with the latest switch to XSLTC, Cocoon isn't
> working anymore for
> > me. My system is JDK 1.4.0.01, W2K, Tomcat 3.3a.
...
> I don't get exceptions, but I get some expressions
&g
On Wednesday, July 3, 2002, at 04:59 AM, Ivelin Ivanov wrote:
>
> Sorry for the delayed response, my PC power supply burnt.
>
>
> Would it be too painful to do what Jeremy is when XSLTC is broken?
Thanks for reminding me ;)
I must find & report what caused my failure .
> -Original Message-
> From: Michael Homeijer [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 03, 2002 9:27 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: [PROBLEM]: XSLTC does not work
>
>
> Hi,
>
> Should it not be as easy as to change
Hi,
Should it not be as easy as to change the default transformer to XSLTC on a
sample sub sitemap basis? This way not all samples have to work using xsltc
and the ones that work using xsltc can be shipped using it.
HTH
Michael
> -Original Message-
> From: Piroumian Konstantin [
> From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]]
> Ivelin Ivanov wrote:
> >
> > Sorry for the delayed response, my PC power supply burnt.
> >
> >
> > Would it be too painful to do what Jeremy is when XSLTC is broken?
> > I though we all felt that
Ivelin Ivanov wrote:
>
> Sorry for the delayed response, my PC power supply burnt.
>
>
> Would it be too painful to do what Jeremy is when XSLTC is broken?
> I though we all felt that long term we want XSLTC as the main Cocoon
> processor.
> Making XSLTC default no
Sorry for the delayed response, my PC power supply burnt.
Would it be too painful to do what Jeremy is when XSLTC is broken?
I though we all felt that long term we want XSLTC as the main Cocoon
processor.
Making XSLTC default now in 2.1-dev is the only reasonably fast way to have
it working
On Monday, July 1, 2002, at 01:08 PM, Carsten Ziegeler wrote:
> Hi,
>
> with the latest switch to XSLTC, Cocoon isn't working anymore for
> me. My system is JDK 1.4.0.01, W2K, Tomcat 3.3a.
JDK 1.3.1, MacOSX 10.1.5, TomCat 4.0.4-b3
I don't get exceptions, but I ge
Hi,
Just to confirm that Im getting the same error with the latest cocoon code.
(Im using JDK1.3.1_02 and tomcat 3.2.3.)
Regards,
Michael Melhem
On Mon, Jul 01, 2002 at 02:08:00PM +0200, Carsten Ziegeler wrote:
> Hi,
>
> with the latest switch to XSLTC, Cocoon isn't working an
Hi,
with the latest switch to XSLTC, Cocoon isn't working anymore for
me. My system is JDK 1.4.0.01, W2K, Tomcat 3.3a.
I get the following exception for "localhost/cocoon/welcome":
java.lang.RuntimeException: Attempting to format number '0.0' using pattern
'
I've had only good experience with the latest XSLTC processor for a
couple days now.
Since I have not received any negative votes, I am going to make it the
default in 2.1-dev HEAD.
The "xslt" Transformer now uses XSLTC.
The "xalan" Transforemer is now what used
>> For all the folks that were benchmarking Saxon, Xalan, XT, etc.
>> This is your chance to test drive the F1 car before it's out on the
>> official
>> race track.
>>
>>
>> Gianugo, can you please provide instructions how to swap Xalan with
>>
al
> > race track.
> >
> >
> > Gianugo, can you please provide instructions how to swap Xalan with XSLTC in
> > the config.
>
> Sure thing. First of all the jar: get it at
> http://cvs.apache.org/~gianugo/xsltc.jar (hmmm... what about adding it
> to the CVS sin
vide instructions how to swap Xalan with XSLTC in
> the config.
Sure thing. First of all the jar: get it at
http://cvs.apache.org/~gianugo/xsltc.jar (hmmm... what about adding it
to the CVS since it's starting to work? I'll keep it updated while Tom
sends me their progress). Then i
Excelent!
I want to try it NOW !
For all the folks that were benchmarking Saxon, Xalan, XT, etc.
This is your chance to test drive the F1 car before it's out on the official
race track.
Gianugo, can you please provide instructions how to swap Xalan with XSLTC in
the config.
T
Strange. This was addressed to the dev list, but it does not appear in
my local list archive. Anyway, these are great news, kudos for the XSLTC
team for the work they have been doing so far.
Anyone volunteering for testing the new xsltc.jar? I can make it
available somewhere for the brave
;
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
^^^
>
> These changes should also work with Xalan.
>
> I hope you can submit this fix for the stylesheet, so the version in the wars
> you generate won't have the problem.
>
> After substituting the corrected stylesheet and rebuilding t
ectory, so that you should *not* encounter any problem (well,
> hopefully ;-)). It's already set up for XSLTC using the jar you sent me.
>
> In WEB-INF/logs you can also find my attempts to have it working, to no
> avail. The Cocoon front page loads (well, no wonder, being it static
> XH
erFactoryImpl"/>
>
>
>
>
> So the transformer-factory param does have the closing /. Don't know how the snippet
> cut and pasted in my email was wrong.
Weird... :-/
>
> Anyway, please send the war file that you got the trace with and tell
wrong.
Anyway, please send the war file that you got the trace with and tell me the steps
you did before getting the XSLTC error.
Thanks,
Tom
Gianugo Rabellino wrote:
>
> Tom Amiro wrote:
> > Gianugo,
> >
> > I downloaded cocoon-2.0.2, built the cocoon.war after puttin
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
Folks,
The XSLTC group is at a hold again.
Anyone interested to work with Tom to resolve the issues?
I am sorry if I sound pushy, especially when I am not helping myself.
My focus is currently in another area of Cocoon, as some of you know.
Recently there have been a number of people asking
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
oesn't come from sourceLocator being null. Also, if
> > getSystemId() returns null, the method is
> >
>
> It depends on which version of Cocooon they are using. The test 'null !=
> sourceLocator' is not yet present in 2.02, it was only added on May 7.
Oh, that explains
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
> 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
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
>
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
> > c
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 rela
> 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
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
>
>
>
Ivelin Ivanov wrote:
>Folks,
>
>
>The XSLTC team is trying to resolve the issues preventing XSLTC from being
>used in Cocoon.
>
>Please see below the problem they got into and try to help, if you can.
>
>
>
>BTW, Tom,
>
>I think I can safely suggest that yo
Folks,
The XSLTC team is trying to resolve the issues preventing XSLTC from being
used in Cocoon.
Please see below the problem they got into and try to help, if you can.
BTW, Tom,
I think I can safely suggest that you post further issues related to Cocoon
directly to the dev list.
It is
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
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
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
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
1 - 100 of 174 matches
Mail list logo