request parameters and processPipelineTo?

2003-12-27 Thread joakim verona
Hello list, I'm trying to write the output of a pipeline to a fiel from a flowscript using "processPipelineTo". It fails because I cant figure out a way to send request parameters to the pipeline. the pipeline looks like this: src="http://www.imdb.com/title/{request-para

woody maintenance of xmldb database

2003-12-27 Thread Ray Allis
I would like to use the woody XML binding sample and the xmldb sample to build a news article database application. If I read a record from the database: then bind it to a Flowscript woody form for update, how do I get from the updated form back to the database? I see the 'form.load' from xml t

RE: tree databases

2003-12-27 Thread Ralph Goers
I wrote the input module and source myself. They aren't in Cocoon. Ralph > -Original Message- > From: rufio [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 27, 2003 4:12 PM > To: [EMAIL PROTECTED] > Subject: Re: tree databases > > > on Sat, 27 Dec 2003 15:08:06 -0800 Ralph Goers >

Re: tree databases

2003-12-27 Thread rufio
on Sat, 27 Dec 2003 15:08:06 -0800 Ralph Goers <[EMAIL PROTECTED]> wrote: > Pardon my ignorance, but what do you mean by "tree database". I am accessing > LDAP via a source and an input module. I access them in a manner similar to > accessing "normal" unix files in directories. Anyway, thanx for

RE: tree databases

2003-12-27 Thread Ralph Goers
Pardon my ignorance, but what do you mean by "tree database". I am accessing LDAP via a source and an input module. I access them in a manner similar to accessing "normal" unix files in directories. Ralph > -Original Message- > From: rufio [mailto:[EMAIL PROTECTED] > Sent: Saturday, Dece

tree databases

2003-12-27 Thread rufio
Hi. Is there a way to use tree databases in cocoon? Any papers? Regards, Rufio -- 010 nmap -O www.microsoft.com 001 [..] 111 Running: Linux 2.5.X - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

concat static pdf

2003-12-27 Thread DANIEL . LEVY
--- Erhalten von DIR.U106567 031/389 7810 27-12-03 18.17 Hello Cocoon Users I have a question about concatenating static pdf files in Cocoon. I create pdf files with FOP through Cocoon, which works fine. Now, in the same response, I have to append one or more static pdf files,

How to switch XML validation on?

2003-12-27 Thread Stephan Coboos
Hello, how can I switch on the xml validation in cocoon? I want to validate a xml document with a dtd during reading with the generator. Thank you. Regards Stephan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

RE: last cvs build failed

2003-12-27 Thread Unico Hommes
We are aware of the problem. This seems to occur only on certain system configurations. For now, you should remove or rename the slide-auth.xweb file or exclude slide block from the build entirely. Unico > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: za

last cvs build failed

2003-12-27 Thread gounis
hi people the last cvs [27.12.2003] build failed with the message: Processing: C:\Repository\cocoon-2.1\src\blocks\woody\conf\woody-target.xlog Writing: C:\Repository\cocoon-2.1\build\webapp\WEB-INF\logkit.xconf Processing: C:\Repository\cocoon-2.1\src\blocks\hsqldb\conf\hsql.driver.xweb Error

Re: xls genreraion from xsp

2003-12-27 Thread Joerg Heinicke
You have two possibilities: Either transform your XML to simple-page format (there are a few files in the Cocoon dist in this format, simply search for other usages of simple-page2xyz.xsl) or you transform you XML directly to the Gnumeric format (http://cocoon.apache.org/2.1/userdocs/serializer

RE: Flow does not proceed to cocoon.sendpage()

2003-12-27 Thread H . vanderLinden
> Be careful! : > > if (model.data = valid) { > > > Assignment generally evaluates to true. > > > Tony LOL Yes, I know, this was just a misspelling of the example. The actual code does indeed use == and !=. Still, thank you for pointing it out. Bye, Helma --