You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Ivelin Ivanov <iv...@apache.org> on 2002/12/11 07:10:28 UTC

Re: [PROBLEM]: XSLTC does not work

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" <To...@Sun.COM>
To: "Ivelin Ivanov" <iv...@apache.org>
Cc: <co...@xml.apache.org>; <xa...@xml.apache.org>;
<Gl...@Sun.COM>; <mo...@xml.apache.org>; <ja...@yahoo.com>
Sent: Monday, July 08, 2002 9:03 AM
Subject: Re: [PROBLEM]: XSLTC does not work


> 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:
> >
> > 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 for the next major release.
> > Otherwise it's just taking way too long for individuals to test it while
the
> > XSLTC team is pretty fast at resolving issues.
> > I think we should take advantage of their current availability.
> > Having a 5x faster processor is just too tempting to miss.
> >
> > If you think I'm wrong, vote against, otherwise vote for keeping XSLTC
as
> > default for now.
> >
> > +1
> >
> > Gianugo, Tom, can you please communicate the problems to the XSLTC team?
> >
> > Also, for those who encounter new bugs, in order to reduce turn around
time,
> > please send bugs with sypmtoms directly to Tom and the xsltc-team list
in
> > addition to cocoo-dev.
> >
> > Thanks.
> >
> > Ivelin
> >
> > 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 get some expressions not returning
> > results with xsltc where they do with xalan. (I'll do a proper
> > examination of what's going wrong later).
> >
> > Switching my sitemap's default transformer to 'xalan' solves all
> > the problems.
> >
> > regards Jeremy
>
> --
>  Tom Amiro -- SQA Engineer
>  Sun XML Technology Development
>  voice: 781-442-0589 Fax: 781-442-1437
>  eMail: tom.amiro@.sun.com


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [PROBLEM]: XSLTC does not work

Posted by Ivelin Ivanov <iv...@apache.org>.
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 different.
I also attach the two XSLT files which are applied sequentially.
wizard2html.xsl first and then xmlform2html.xsl.

Hopefully this is enough information to track down the bug causing different
outputs.


Regards,

Ivelin




----- Original Message -----
From: "Tom Amiro" <To...@Sun.COM>
To: <xa...@xml.apache.org>
Cc: <co...@xml.apache.org>; "Santiago Pericas-Geertsen"
<Sa...@Sun.COM>
Sent: Wednesday, December 11, 2002 8:05 AM
Subject: Re: [PROBLEM]: XSLTC does not work


> Ivelin,
>
> I am not the best contact person anymore. Moved off onto other projects
:-(
> xalan-dev is the correct forum. Santiago Pericas-Geertsen
<Sa...@sun.com>
> is probably the best person to help you.
>
> I would have taken a quick look at it, but no one ever sent me a
> description 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,
> >
> > 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" <To...@Sun.COM>
> > To: "Ivelin Ivanov" <iv...@apache.org>
> > Cc: <co...@xml.apache.org>; <xa...@xml.apache.org>;
> > <Gl...@Sun.COM>; <mo...@xml.apache.org>;
<ja...@yahoo.com>
> > Sent: Monday, July 08, 2002 9:03 AM
> > Subject: Re: [PROBLEM]: XSLTC does not work
> >
> > > 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:
> > > >
> > > > 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 for the next major release.
> > > > Otherwise it's just taking way too long for individuals to test it
while
> > the
> > > > XSLTC team is pretty fast at resolving issues.
> > > > I think we should take advantage of their current availability.
> > > > Having a 5x faster processor is just too tempting to miss.
> > > >
> > > > If you think I'm wrong, vote against, otherwise vote for keeping
XSLTC
> > as
> > > > default for now.
> > > >
> > > > +1
> > > >
> > > > Gianugo, Tom, can you please communicate the problems to the XSLTC
team?
> > > >
> > > > Also, for those who encounter new bugs, in order to reduce turn
around
> > time,
> > > > please send bugs with sypmtoms directly to Tom and the xsltc-team
list
> > in
> > > > addition to cocoo-dev.
> > > >
> > > > Thanks.
> > > >
> > > > Ivelin
> > > >
> > > > 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 get some expressions not returning
> > > > results with xsltc where they do with xalan. (I'll do a proper
> > > > examination of what's going wrong later).
> > > >
> > > > Switching my sitemap's default transformer to 'xalan' solves all
> > > > the problems.
> > > >
> > > > regards Jeremy
> > >
> > > --
> > >  Tom Amiro -- SQA Engineer
> > >  Sun XML Technology Development
> > >  voice: 781-442-0589 Fax: 781-442-1437
> > >  eMail: tom.amiro@.sun.com
>
> --
>  Tom Amiro -- SQE Engineer
>  WTS - Interoperability and Quality
>  voice: 781-442-0589 Fax: 781-442-1437
>  eMail: tom.amiro@.sun.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
>

Re: [PROBLEM]: XSLTC does not work

Posted by Ivelin Ivanov <iv...@apache.org>.
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 different.
I also attach the two XSLT files which are applied sequentially.
wizard2html.xsl first and then xmlform2html.xsl.

Hopefully this is enough information to track down the bug causing different
outputs.


Regards,

Ivelin




----- Original Message -----
From: "Tom Amiro" <To...@Sun.COM>
To: <xa...@xml.apache.org>
Cc: <co...@xml.apache.org>; "Santiago Pericas-Geertsen"
<Sa...@Sun.COM>
Sent: Wednesday, December 11, 2002 8:05 AM
Subject: Re: [PROBLEM]: XSLTC does not work


> Ivelin,
>
> I am not the best contact person anymore. Moved off onto other projects
:-(
> xalan-dev is the correct forum. Santiago Pericas-Geertsen
<Sa...@sun.com>
> is probably the best person to help you.
>
> I would have taken a quick look at it, but no one ever sent me a
> description 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,
> >
> > 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" <To...@Sun.COM>
> > To: "Ivelin Ivanov" <iv...@apache.org>
> > Cc: <co...@xml.apache.org>; <xa...@xml.apache.org>;
> > <Gl...@Sun.COM>; <mo...@xml.apache.org>;
<ja...@yahoo.com>
> > Sent: Monday, July 08, 2002 9:03 AM
> > Subject: Re: [PROBLEM]: XSLTC does not work
> >
> > > 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:
> > > >
> > > > 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 for the next major release.
> > > > Otherwise it's just taking way too long for individuals to test it
while
> > the
> > > > XSLTC team is pretty fast at resolving issues.
> > > > I think we should take advantage of their current availability.
> > > > Having a 5x faster processor is just too tempting to miss.
> > > >
> > > > If you think I'm wrong, vote against, otherwise vote for keeping
XSLTC
> > as
> > > > default for now.
> > > >
> > > > +1
> > > >
> > > > Gianugo, Tom, can you please communicate the problems to the XSLTC
team?
> > > >
> > > > Also, for those who encounter new bugs, in order to reduce turn
around
> > time,
> > > > please send bugs with sypmtoms directly to Tom and the xsltc-team
list
> > in
> > > > addition to cocoo-dev.
> > > >
> > > > Thanks.
> > > >
> > > > Ivelin
> > > >
> > > > 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 get some expressions not returning
> > > > results with xsltc where they do with xalan. (I'll do a proper
> > > > examination of what's going wrong later).
> > > >
> > > > Switching my sitemap's default transformer to 'xalan' solves all
> > > > the problems.
> > > >
> > > > regards Jeremy
> > >
> > > --
> > >  Tom Amiro -- SQA Engineer
> > >  Sun XML Technology Development
> > >  voice: 781-442-0589 Fax: 781-442-1437
> > >  eMail: tom.amiro@.sun.com
>
> --
>  Tom Amiro -- SQE Engineer
>  WTS - Interoperability and Quality
>  voice: 781-442-0589 Fax: 781-442-1437
>  eMail: tom.amiro@.sun.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
>

Re: [PROBLEM]: XSLTC does not work

Posted by Tom Amiro <To...@Sun.COM>.
Ivelin,

I am not the best contact person anymore. Moved off onto other projects :-( 
xalan-dev is the correct forum. Santiago Pericas-Geertsen <Sa...@sun.com>
is probably the best person to help you.

I would have taken a quick look at it, but no one ever sent me a 
description 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,
> 
> 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" <To...@Sun.COM>
> To: "Ivelin Ivanov" <iv...@apache.org>
> Cc: <co...@xml.apache.org>; <xa...@xml.apache.org>;
> <Gl...@Sun.COM>; <mo...@xml.apache.org>; <ja...@yahoo.com>
> Sent: Monday, July 08, 2002 9:03 AM
> Subject: Re: [PROBLEM]: XSLTC does not work
> 
> > 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:
> > >
> > > 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 for the next major release.
> > > Otherwise it's just taking way too long for individuals to test it while
> the
> > > XSLTC team is pretty fast at resolving issues.
> > > I think we should take advantage of their current availability.
> > > Having a 5x faster processor is just too tempting to miss.
> > >
> > > If you think I'm wrong, vote against, otherwise vote for keeping XSLTC
> as
> > > default for now.
> > >
> > > +1
> > >
> > > Gianugo, Tom, can you please communicate the problems to the XSLTC team?
> > >
> > > Also, for those who encounter new bugs, in order to reduce turn around
> time,
> > > please send bugs with sypmtoms directly to Tom and the xsltc-team list
> in
> > > addition to cocoo-dev.
> > >
> > > Thanks.
> > >
> > > Ivelin
> > >
> > > 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 get some expressions not returning
> > > results with xsltc where they do with xalan. (I'll do a proper
> > > examination of what's going wrong later).
> > >
> > > Switching my sitemap's default transformer to 'xalan' solves all
> > > the problems.
> > >
> > > regards Jeremy
> >
> > --
> >  Tom Amiro -- SQA Engineer
> >  Sun XML Technology Development
> >  voice: 781-442-0589 Fax: 781-442-1437
> >  eMail: tom.amiro@.sun.com

-- 
 Tom Amiro -- SQE Engineer
 WTS - Interoperability and Quality
 voice: 781-442-0589 Fax: 781-442-1437
 eMail: tom.amiro@.sun.com

Re: [PROBLEM]: XSLTC does not work

Posted by Tom Amiro <To...@Sun.COM>.
Ivelin,

I am not the best contact person anymore. Moved off onto other projects :-( 
xalan-dev is the correct forum. Santiago Pericas-Geertsen <Sa...@sun.com>
is probably the best person to help you.

I would have taken a quick look at it, but no one ever sent me a 
description 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,
> 
> 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" <To...@Sun.COM>
> To: "Ivelin Ivanov" <iv...@apache.org>
> Cc: <co...@xml.apache.org>; <xa...@xml.apache.org>;
> <Gl...@Sun.COM>; <mo...@xml.apache.org>; <ja...@yahoo.com>
> Sent: Monday, July 08, 2002 9:03 AM
> Subject: Re: [PROBLEM]: XSLTC does not work
> 
> > 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:
> > >
> > > 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 for the next major release.
> > > Otherwise it's just taking way too long for individuals to test it while
> the
> > > XSLTC team is pretty fast at resolving issues.
> > > I think we should take advantage of their current availability.
> > > Having a 5x faster processor is just too tempting to miss.
> > >
> > > If you think I'm wrong, vote against, otherwise vote for keeping XSLTC
> as
> > > default for now.
> > >
> > > +1
> > >
> > > Gianugo, Tom, can you please communicate the problems to the XSLTC team?
> > >
> > > Also, for those who encounter new bugs, in order to reduce turn around
> time,
> > > please send bugs with sypmtoms directly to Tom and the xsltc-team list
> in
> > > addition to cocoo-dev.
> > >
> > > Thanks.
> > >
> > > Ivelin
> > >
> > > 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 get some expressions not returning
> > > results with xsltc where they do with xalan. (I'll do a proper
> > > examination of what's going wrong later).
> > >
> > > Switching my sitemap's default transformer to 'xalan' solves all
> > > the problems.
> > >
> > > regards Jeremy
> >
> > --
> >  Tom Amiro -- SQA Engineer
> >  Sun XML Technology Development
> >  voice: 781-442-0589 Fax: 781-442-1437
> >  eMail: tom.amiro@.sun.com

-- 
 Tom Amiro -- SQE Engineer
 WTS - Interoperability and Quality
 voice: 781-442-0589 Fax: 781-442-1437
 eMail: tom.amiro@.sun.com

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org