Differences in ESQL between Version 2.0 and later?

2002-11-01 Thread Derek Hohls



Can someone please confirm that the esql:group and 
esql:member 
tags/functionality was only added *after* version 2.0 of Cocoon - and 
is
there is any simple way to add in this logic to an already installed
version (without upgrading the version of Cocoon?)

Thanks.


Re: Differences in ESQL between Version 2.0 and later?

2002-11-01 Thread Christian Haul
On 01.Nov.2002 -- 10:44 AM, Derek Hohls wrote:
 Can someone please confirm that the esql:group and esql:member  
 tags/functionality was only added *after* version 2.0 of Cocoon - and

Derek, I believe so. You can always look at the cvs entries or simply
unpack your cocoon.jar and look at the xsl to make sure. We had a more
or less rewrite of the grouping functionality that was definately
later. I believe 2.0.3.

 is
 there is any simple way to add in this logic to an already installed
 version (without upgrading the version of Cocoon?)

It is relatively self contained. Replacing the Esql*.java and esql.xsl
should work.

Chris.
-- 
C h r i s t i a n   H a u l
[EMAIL PROTECTED]
fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: Differences in ESQL between Version 2.0 and later?

2002-11-01 Thread Derek Hohls



Thanks Chris

I assume one has to have the code base to do this - I only have the
binary version and so cannot find any trace of those files...

Derek

BTW, I have another machine with 2.01 and it *does* have the
additional ESQL functionality 
[EMAIL PROTECTED] 01/11/2002 11:42:51 On 
01.Nov.2002 -- 10:44 AM, Derek Hohls wrote: Can someone please confirm 
that the esql:group and esql:member  
tags/functionality was only added *after* version 2.0 of Cocoon - 
andDerek, I believe so. You can always look at the cvs entries or 
simplyunpack your cocoon.jar and look at the xsl to make sure. We had a 
moreor less rewrite of the grouping functionality that was 
definatelylater. I believe 2.0.3. is there is any simple 
way to add in this logic to an already installed version (without 
upgrading the version of Cocoon?)It is relatively self contained. 
Replacing the Esql*.java and esql.xslshould work. 
Chris.-- C h r i s t i a n H a u 
l[EMAIL PROTECTED] fingerprint: 99B0 
1D9D 7919 644A 4837 7D73 FEF9 6856 335A 
9E08-Please 
check that your question has not already been answered in theFAQ 
before posting. http://xml.apache.org/cocoon/faq/index.htmlTo 
unsubscribe, e-mail: 
[EMAIL PROTECTED]For additional commands, 
e-mail: 
[EMAIL PROTECTED]


Re: Differences in ESQL between Version 2.0 and later?

2002-11-01 Thread Christian Haul
On 01.Nov.2002 -- 11:58 AM, Derek Hohls wrote:
 Thanks Chris
  
 I assume one has to have the code base to do this - I only have the
 binary version and so cannot find any trace of those files...

The esql.xsl is included in any version. The Esql*.java obviously
not. Only the compiled classes.

Unpack your cocoon.war. Look in WEB-INF/libs. Unpack
cocoon-2.x.jar. Look in
org/apache/cocoon/component/language/markup/xsp/java. 

For CVS, there's a web front-end linked to on xml.apache.org/cocoon

To replace the complete esql, you'll need a source distribution. If
none is available for your version anymore, you can check out the
release tag from anonymous cvs.

 BTW, I have another machine with 2.01 and it *does* have the
 additional ESQL functionality
 
  [EMAIL PROTECTED] 01/11/2002 11:42:51 
 On 01.Nov.2002 -- 10:44 AM, Derek Hohls wrote:
  Can someone please confirm that the esql:group and esql:member  
  tags/functionality was only added *after* version 2.0 of Cocoon -
 and
 
 Derek, I believe so. You can always look at the cvs entries or simply
 unpack your cocoon.jar and look at the xsl to make sure. We had a more
 or less rewrite of the grouping functionality that was definately
 later. I believe 2.0.3.
 
  is
  there is any simple way to add in this logic to an already installed
  version (without upgrading the version of Cocoon?)
 
 It is relatively self contained. Replacing the Esql*.java and esql.xsl
 should work.

Chris.
-- 
C h r i s t i a n   H a u l
[EMAIL PROTECTED]
fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]