AW: [FYI] Success Story - Cocoon-based Web-CMS with Vignette-Integration

2002-03-10 Thread Stefan Seifert
Hello Thorsten. > On Saturday 09 March 2002 09:57, you wrote: > > We developed in a big project roughly spanning the past 1,5 years a > > Java-based Web Content Management System using Cocoon 2 with > > Vignette-Integration. > > > The result of the first development phase (the live > website) y

AW: [FYI] Success Story - Cocoon-based Web-CMS with Vignette-Integration

2002-03-10 Thread Stefan Seifert
Hello Olivier. > I wonder if you developped your own X(HT)ML authoring applet? > I think this is the component that Cocoon is lacking for further > evolutions in CMS applications. > Q42.nl plans to open-source version2 of their product. > XXE is a GREAT editor, but license is quite hard to manag

Problem with encoding non-english request parameters

2002-03-10 Thread yuryx
Hi all! I had the following problem: In my cocoon's page I had invalid encoding my non-english characters from request. with example: simple.xsp http://apache.org/xsp"; > simple String par=request.getParameter("text1"); par

warning: virus in : my life ohhhhhhhhhhhhh

2002-03-10 Thread Wisniewski, Leonard
hello A mail message with subject "my life oh" has been found containing a virus. The message was sent from [EMAIL PROTECTED] to the following ! [EMAIL PROTECTED] Scenarios/Incoming/AV in: A virus has been detected: 'W32/MyLife-A'. Thank you to inform your correspondent. r

Re: cocoon2 and fop performance

2002-03-10 Thread Nicola Ken Barozzi
From: "Alex McLintock" <[EMAIL PROTECTED]> > Hi folks, > > I am creating a simple website with XSP files getting converted to HTML by > Cocoon 2.something. > I am currently using Tomcat 4.something, NT4, and over 256Mb of memory. > This works reasonably ok - I don't mind a small delay because I a

Re: jdk1.4 esql error (EsqlConnectionCocoon2 is an abstract class...)

2002-03-10 Thread tvon
On Sun, Mar 10, 2002, Vadim Gritsenko wrote: > > > > > > > > I am using TC4.0.3-LE and CC2.0.1 and jdk1.4 > > > > > > What's yours JAVA_HOME env variable? > > > > /usr/java/j2sdk1.4.0/ > > Forgot to ask... Did you compile Cocoon with JDK1.4? You have to do > this... Ahhh. No, I did not. /me

RE: jdk1.4 esql error (EsqlConnectionCocoon2 is an abstract class...)

2002-03-10 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > On Sun, Mar 10, 2002, Vadim Gritsenko wrote: > > > > > > Did I do something wrong here? Suggestions on howto get esql working? > > > > > > I am using TC4.0.3-LE and CC2.0.1 and jdk1.4 > > > > What's yours JAVA_HOME env variable? > > /usr/

Re: jdk1.4 esql error (EsqlConnectionCocoon2 is an abstract class...)

2002-03-10 Thread tvon
On Sun, Mar 10, 2002, Vadim Gritsenko wrote: > > > > Did I do something wrong here? Suggestions on howto get esql working? > > > > I am using TC4.0.3-LE and CC2.0.1 and jdk1.4 > > What's yours JAVA_HOME env variable? /usr/java/j2sdk1.4.0/ ---

RE: jdk1.4 esql error (EsqlConnectionCocoon2 is an abstract class...)

2002-03-10 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Hey all, > > I seem to have everything working according to the jdk1.4 howto posted > recently, except for the esql xsp examples. > > I am getting these errors: > > = > Language Exc

jdk1.4 esql error (EsqlConnectionCocoon2 is an abstract class...)

2002-03-10 Thread tvon
Hey all, I seem to have everything working according to the jdk1.4 howto posted recently, except for the esql xsp examples. I am getting these errors: = Language Exception More precisely: org.apache.cocoon.ProcessingException: Language

entity catalog

2002-03-10 Thread Michael Riedel
I was just wondering, if it wouldn't be usefull to add some more entries to the default entity catalog that comes with cocoon2. Recently I started to use XHTML source files, instead of HTML4, and the file-generator always wanted to get the DTD from the net. Since I prefer to work offline, I wasn't

RE: Cocoon & xindice: SAX problem

2002-03-10 Thread Vadim Gritsenko
> From: Matthias Brunner [mailto:[EMAIL PROTECTED]] > > Hello! > > I am experiencing difficulties when including xindice query results > into XSPs. > XML output works flawlessly! Only when I try to transform the result > the nodes getting included by getContentAsSAX() are not processed at > all.

info-contact etc

2002-03-10 Thread todd tredeau
Hi; I've mailed a couple of times before, with no answer. I'm trying to get more info on cocoon lists available. I also want to connect with developers and try and the the Novell drive letter issue resolved. I have started to run into others who wish to also get involved and have similar p

Recursive inclusion of XML-Files (XSP/XSL)

2002-03-10 Thread Torsten Reiners
Hi, I had a similar question a week ago. The replys were really helpful and lead to the following code. Thanks a lot. But I do have further problems without any idea how to solve them or if it is even possible with cocoon. Therefore, I am looking for some suggestions how to proceed. I have the

Recursive inclusion of XML-Files (XSP/XSL)

2002-03-10 Thread Torsten Reiners
Hi, I had a similar question a week ago. The replys were really helpful and lead to the following code. Thanks a lot. But I do have further problems without any idea how to solve them or if it is even possible with cocoon. Therefore, I am looking for some suggestions how to proceed. I have the

Recursive inclusion of XML-Files (XSP/XSL)

2002-03-10 Thread Torsten Reiners
Hi, I had a similar question a week ago. The replys were really helpful and lead to the following code. Thanks a lot. But I do have further problems without any idea how to solve them or if it is even possible with cocoon. Therefore, I am looking for some suggestions how to proceed. I have the

Cocoon & xindice: SAX problem

2002-03-10 Thread Matthias Brunner
Hello! I am experiencing difficulties when including xindice query results into XSPs. XML output works flawlessly! Only when I try to transform the result the nodes getting included by getContentAsSAX() are not processed at all. XSP: ... if (res.getResourceType().equals("XMLResource")) ((XM

RE: AW: Compression in HTML Serializer ?

2002-03-10 Thread Luca Morandini
Alex, thanks for your help... but I'm using IIS (which have a similar ISAPI filter, anyway) and I wanted something to trim the fat before reaching the web-server. Anyway, setting indent to "no" for the HTMLSerializer and normalizing spaces in XSL I went a long way toward a slimmer HTML. I'm thi

Re: AW: Compression in HTML Serializer ?

2002-03-10 Thread Alex McLintock
Someone asked about removing superfluous spaces in generated html At 13:51 09/03/02, Jörn Heid wrote: >You can remove most of those whitespaces (those between tags) with xslt und >some configurations within the sitemap. > >This won't work for JavaScript or CSS as it's plain text. If you are usi

cocoon2 and fop performance

2002-03-10 Thread Alex McLintock
Hi folks, I am creating a simple website with XSP files getting converted to HTML by Cocoon 2.something. I am currently using Tomcat 4.something, NT4, and over 256Mb of memory. This works reasonably ok - I don't mind a small delay because I am going to just deploy the generated website as stat

AW: Using Generators outside Cocoon

2002-03-10 Thread Reinhard Potz
Use the commandline interface. (see http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=100439206023213&w=2) If you are only interessted in the output of a generator you will have to write a simple pipeline (like this): Regards, REinhard