Re: XCSS?

2006-01-13 Thread Steve Metcalfe
Hi, I havent seen the JXCSS library before, i'll have a look at that when I get time. I can't remember where I got this format of XML from, I think it was a W3C mailing list, but nothing ever came of it. Assuming an XCSS file like:

Cocoon 2.1.8 on Windows 2003 Server?

2006-01-13 Thread Derek Hohls
If anyone has any experience getting Cocoon to work properly on a Windows 2003 Server, I would appreciate hearing from you - some parts of an app are not working and I think there might be security-related problems. Thanks Derek -- This message is subject to the CSIR's copyright, terms and cond

Re: Cocoon 2.1.8 on Windows 2003 Server?

2006-01-13 Thread Thomas.Soddemann
Derek Hohls wrote: If anyone has any experience getting Cocoon to work properly on a Windows 2003 Server, I would appreciate hearing from you - some parts of an app are not working and I think there might be security-related problems. Thanks Derek Hi, for testing purposes we had quite re

AW: Coplet and generator question

2006-01-13 Thread Christian Barth
Is it such a silly question? Or isn't it possible? I'm new to Cocoon and really don't know how to manage it. Is there a hint in the docu I missed? Thanks, Barthi > -Ursprüngliche Nachricht- > Von: Christian Barth [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 12. Januar 2006 17:40

Re: XCSS?

2006-01-13 Thread Stephen Winnall
Thanks for this, Steve. It's what I originally asked for, but at the moment I tend towards the solution which Chris came up with (stick and round a straight CSS file and treat everything inbetween as "mixed") because it seems simpler (for some subjective value of "simple"...). Steve On 1

RE: Coplet and generator question

2006-01-13 Thread Ard Schrijvers
> > Is it such a silly question? Or isn't it possible? Probably not, but I do not really, and I suppose others as well, entirely grasp your problem. Lot's of people want to help at this list, but when a question is unclear, few answers are given. Probably silly of me, but I for example don't

Re: XCSS?

2006-01-13 Thread Peter Flynn
On Thu, 2006-01-12 at 18:37, Stephen Winnall wrote: > I am setting up a website using Cocoon and want to generate XHTML and > use CSS to handle the presentation. Like everyone else I am being > bitten by the fact that 90% of all browsers conform to the CSS > standard, but the browser that 90% of th

RE: Cocoon 2.1.8 on Windows 2003 Server?

2006-01-13 Thread Schultz, Gary - COMM
I have Cocoon running on a Windows 2003 Server with no problems. Here is my setup: Compaq Deskpro 866 Mhz Pentium 3 256 MB Ram Windows 2003 Server - Standard Edition Service Pack 1 Apache 2.0.55 (via XAMPP 1.5.0) Java - j2sdk1.4.2_10 Tomcat 5.0.28 (configured to use the default 64 MB ram) Cocoon 2

Re: XSP - What wrong??

2006-01-13 Thread Lars Huttar
Did you already figure out the fix to this problem? Looking at your code, it seems to me that merkmal2 is defined in every context where it's accessed. Maybe if you look at the full generated Java code for this XSP page, you can determine why it cannot be resolved. The generated Java code is u

XML parsing and

2006-01-13 Thread Alexander Nofftz
Hi! I use the portal engine to aggregate some RSS feeds. If some newsfeed returns invalid XML, the whole portal isn't running anymore. Some newsfeed returned incorrectly some HTML 404 page containing a PUBLIC DOCTYPE without DTD reference. This breaks up everything. I tried to catch this via but

Re: Coplet and generator question

2006-01-13 Thread Lars Huttar
Ard Schrijvers wrote: Is it such a silly question? Or isn't it possible? Probably not, but I do not really, and I suppose others as well, entirely grasp your problem. Lot's of people want to help at this list, but when a question is unclear, few answers are given. Probably silly of me, b

Content negiation / fallback if document not found

2006-01-13 Thread Alexander Nofftz
Hi! I want to do something like Apache Webserver's content negotiation using MultiViews with Cocoon. For example, I have documents like this: doc.de.xml doc.fr.xml doc.xml(default language) And want to do something like this: try { } catch (FileNotFoundEx

Re: Coplet and generator question

2006-01-13 Thread christian bindeballe
Lars Huttar schrieb: Coplet = COcocon PortLET :) it is a part of the portal based on cocoon and can basically get its information from anywhere, inside or outside the server cocoon is running on. regards, christian Probably not, but I do not really, and I suppose others as well, entirely

Cocoon and

2006-01-13 Thread ian . d . stewart
Dear List, I have the following code in stylesheets/panelset2html.xsl: http://www.w3.org/TR/html4/frameset.dtd"/> and the following in sitemap.xmap: Based on this, I would expect the resulting HTML to containing the following DOCTYPE: http://ww

Re: Cocoon and

2006-01-13 Thread Sylvain Wallez
[EMAIL PROTECTED] wrote: Dear List, I have the following code in stylesheets/panelset2html.xsl: http://www.w3.org/TR/html4/frameset.dtd"/> As far as I can tell, Cocoon is ignoring the , and using whatever is specified within the HTML Serializer configuration. That's right. To unders

Re: Content negiation / fallback if document not found

2006-01-13 Thread Sylvain Wallez
Alexander Nofftz wrote: Hi! I want to do something like Apache Webserver's content negotiation using MultiViews with Cocoon. For example, I have documents like this: doc.de.xml doc.fr.xml doc.xml(default language) And want to do something like this: try {

Re: No log targets configured for the root logger

2006-01-13 Thread Ellis Pritchard
Hi, Mike Dickson wrote: Any ideas on what is up given the following error and logkit.xconf? Error: org.apache.avalon.framework.configuration.ConfigurationException: No log targets configured for the root logger. at org.apache.avalon.excalibur.logger.LogKitLoggerManager.setupLogge

AW: XSP - What wrong??

2006-01-13 Thread Christian Barth
It's already solved. Thank you. It needed another -Tag surrounding the second if-Clause. Barthi > -Ursprüngliche Nachricht- > Von: Lars Huttar [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 13. Januar 2006 17:17 > An: users@cocoon.apache.org > Betreff: Re: XSP - What wrong?? > > Did you

Re: Content negiation / fallback if document not found

2006-01-13 Thread Jason Johnston
> Hi! > > I want to do something like Apache Webserver's content negotiation using > MultiViews with Cocoon. > > For example, I have documents like this: > > doc.de.xml > doc.fr.xml > doc.xml(default language) > > And want to do something like this: > > > > try { >

Re: Binding selection boxes to beans in cocoon forms?

2006-01-13 Thread Andre Cesta
Can anybody answer this? Perhaps send me an email with working selection box <-> bean binding classes/pipeline/forms example? --- Andre Cesta <[EMAIL PROTECTED]> wrote: > Hi, > > I wonder if you can help me bind selection boxes to beans. > (other properties on this very same form are binding