Livesites: www.cefriel.it

2002-01-16 Thread Ugo Cei
I'm not affiliated with Cefriel, but I discovered by chance that http://www.cefriel.it seems to be powered by Cocoon 1.8.2. Maybe someone of them is on this list. Ugo -- Ugo Cei - Consorzio di Bioingegneria e Informatica Medica P.le Volontari del Sangue, 2 - 27100 Pavia - Italy Phone

Cocoon on a read-only medium

2002-01-16 Thread Jörn Heid
Is it possible to run Cocoon on a CD (without having the possibility to write anything)? I think you can precompile all(?) of the dynamic content, but doesn't Cocoon generate the sitemap at every startup? Can logging be completly disabled? Or can I set the output dir to java.io.tmpdir? --

Code of a method is longer than 65535 bytes

2002-01-16 Thread ITANI Mohamed (LB Soft)
Hi, My code inside my xsp page has got very big , and now I'm having the error stated in the subject?? why I'm having such an error, what can I do?? Itani - Please check that your question has not already been answered in the

urgent(integration of cocoon processor with weblogic)

2002-01-16 Thread sirisha santhi
Hai All    I am involved in a project where i need to generate a dynamic xml file based on a given sql query.What are the steps to follow to use the cocoon processor.Can i integrate the cocoon processor with the weblogic application server.If so what is the procedure.Pl mail me immediately. Tha

cocoon 2.0 hosting provider

2002-01-16 Thread Akber Choudhry
Hi all,   Dyanet now provides Cocoon 2.0 hosting (full sitemap as well as sub-sitemaps)   We have added XHTML serializer and we use hostname matching for subsitemap.   Please add us to your hosting list   Regards,   Akber Choudhryhttp://www.dyanet.com/

weblogic sitemap_xmap.java problem (again!)

2002-01-16 Thread Helly, Aidan
Hi, I am trying to get cocoon working with weblogic6.1, and have run up against what seems from the mailing list archive to be a common problem, namely: the sitemap_xmap.java file generated is empty, resulting in a ClassNotFound exception the first time the CocoonServlet is accessed. Has anyon

RE: develop content management system

2002-01-16 Thread Max Larsson
Hi, another idea: How about to base the CMS on a repository, where all documents are stored with the history of each file. Should be very nice for undo actions. Just an idea. Max > -Original Message- > From: Robert Koberg [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 17. Januar 2002

Re: [C2] esql: using query results in another query

2002-01-16 Thread SunnyDay
Hi Fred, yes, this should work (without looking at the other things). Remember: You can only access a current row value from query 1 within the row-results - tag of query 1. Caused by this fact you have to specify the second query within the first row-results section. Try a simple thing: * ma

RE: develop content management system

2002-01-16 Thread Max Larsson
Hi, why not put up on sourceforge? Max > -Original Message- > From: Chris Perrin [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 16. Januar 2002 21:13 > To: '[EMAIL PROTECTED]' > Subject: RE: develop content management system > > > I accept! :) > > A Yahoo! list would be fine. Perhaps

Re: develop content management system

2002-01-16 Thread Michael A Nachbaur
In all my searching, I've only found three classes of CMS: 1) Very sophisticated management features, but rigid content support. 2) Okay management features, and HTML-only. 3) No management features (web-based filesystem), and some arbitrary content support (e.g. backend database table, or rudimen

RE: develop content management system

2002-01-16 Thread Alex Kachanov
Guys, before devote your time and efforts to %subj% make sure you are not inventing the wheel how about hese projects: http://www.opencms.org/opencms/opencms/index.html http://webeditor.sourceforge.net/ http://sourceforge.net/projects/docoport/ http://sourceforge.net/projects/ccmg/ with best

RE: wml/voxml

2002-01-16 Thread Lars Groenhagen
oohps, I had the arrival notification checked accidentially. *blush* Sorry for that. Won't happen again... Lars > -Original Message- > From: Lars Groenhagen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 17, 2002 4:51 AM > To: [EMAIL PROTECTED] > Subject: RE: wml/voxml > > > ...you

RE: wml/voxml

2002-01-16 Thread Lars Groenhagen
...you could also use the Opera browser for WML (www.opera.com). It has built-in WML support. Lars > -Original Message- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 16, 2002 9:09 PM > To: [EMAIL PROTECTED] > Subject: RE: wml/voxml > > > In addition to thi

Re: unsubscribe me

2002-01-16 Thread Carlos Araya
Instead of sending a message to the list, why don't you send a message to [EMAIL PROTECTED] It'll be much faster to do it that way CarlosOn 01/16/02 16:22, "Á¶È«·¡" <[EMAIL PROTECTED]> wrote: > . -- Carlos E. Araya ---+ WebCT Administrator/Trainer P | California Virtual Campus - | C/O De A

RE: use-browser-capabilities-db

2002-01-16 Thread Alex Kachanov
I've already published the reply. Did you get it? -Original Message-From: Phil Blake [mailto:[EMAIL PROTECTED]]Sent: 16 ÿíâàðÿ 2002 ã. 12:34To: [EMAIL PROTECTED]Cc: Alex KachanovSubject: Re: use-browser-capabilities-db Hi Alex, When you say 'cracked' this feature do yo

Re: develop content management system

2002-01-16 Thread Michael A Nachbaur
> There is AxKit too, and www.interakt.ro develops Krysalis, a "Cocoon-clone" > for php. > Will this tool contain support for these products too? It's usability would > be greatly enhanced... I'm currently working on a content management system built in AxKit and PostgreSQL. Its not dependant on

Re: Realms Challenge

2002-01-16 Thread CC
Phil Blake wrote: > Hi Vadim, > > I've spent the morning reading through the servlet specification and > only found the well known Request class that will give me the user > (getRemoteUser()) after they have already been authenticated. Can't find > anything about actually getting the browser t

Re: Realms Challenge

2002-01-16 Thread Phil Blake
Hi Vadim, I've spent the morning reading through the servlet specification and only found the well known Request class that will give me the user (getRemoteUser()) after they have already been authenticated. Can't find anything about actually getting the browser to present the username/passwo

Re: develop content management system

2002-01-16 Thread Robert Koberg
I was hoping to hold some comments for the yahoo list but this needs addressing: I would be most interested in a projects that abstracted the CMS from the publ. sys (cocoon, axkit). best, -Rob - Original Message - From: "Tibi DONDERA" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: We

Re: develop content management system

2002-01-16 Thread Tibi DONDERA
Just my 2 cents... There is AxKit too, and www.interakt.ro develops Krysalis, a "Cocoon-clone" for php. Will this tool contain support for these products too? It's usability would be greatly enhanced... Don't know if I'll have the time (or the knowledge) to be of any help, but I would like to ge

Re: develop content management system

2002-01-16 Thread Scott Ahten
I'm quite interested in being involved in one way or another. I've been trying to wrap my brain around an XML schema and other aspects of a Cocoon based CMS for quite some time now. ~Scott Chris Perrin wrote: >All, > >There have been a number of requests for some type of Cocoon based content

Re: develop content management system

2002-01-16 Thread Robert Koberg
I had an offline discussion with Chris Perrin and asked if it might be better if he signed up the group as the leader. This is probably best. He said he was going to do it (I think he did it). Perhaps some time needs to pass before it is propagated through the yahoo system? best. -Rob - O

unsubscribe me

2002-01-16 Thread 조홍래
.

RE: develop content management system

2002-01-16 Thread Jeremy Aston
Good points. As it can take a while to get a sourceforge project going 'cos of the approval process then Yahoo would be a good place to start, get a proj name, do the fundamental scoping and get the sf request done in parallel. As you say - let's at least get these discussions off c-users jez

Re: Evaluating Variable XPATH

2002-01-16 Thread Marty McClelland
I have found the xslt list at: http://p2p.wrox.com/listindex.asp useful for help with xsl/xpath questions. In looking at your problems - I don't see a way to transform it in one step. I would have to pass it thru the transformer twice. marty - Original Message - From: Joseph Rajkumar <

Re: develop content management system

2002-01-16 Thread Robert Koberg
How do we handle this? Some want it to go straight to sourceforge. Some want a preliminary stop at yahoo to organize. I am in favor of yahoo to start because currently we just need to get off of cocoon-users before everyone starts flaming us for OT postings. At the yahoo list we can discuss what

Re: develop content management system

2002-01-16 Thread Stefan
Hi everybody, I would be intrested too. I'am doing some work on an CMS-similar module for the web site of our Town. I did explore briefly Cocoon2 and plan to proceed in this direction. Robert, please go ahead! +1 Regards Stefan PS: I will support the efforts as my free time and somewhat limit