Storing flowscript data on server

2007-04-28 Thread Daniel Süpke
Hi, I have an application where documents are created based on vars stored in a flowscript. Is it possible to store the variables or the created document on the server for mining user profiles? Regards, Daniel Süpke

Validation problems

2007-04-03 Thread Daniel Süpke
, but not using the xhtml serializer. Why? Regards, Daniel Süpke - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using flowscript vars inside xsl files

2007-02-16 Thread Daniel Süpke
Hi, I've been off for quite I while and just wanted to say thanks to Tobia and Grzegorz for helping me out (topic from Jan 31). I've done some good progress, but will surely have some more questions in the future ;). Regards, Daniel Süpke

Using flowscript vars inside xsl files

2007-01-31 Thread Daniel Süpke
. How would I accomplish that? I somehow need to access the stored values inside a xsl file. Regards, Daniel Süpke - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using flowscript vars inside xsl files

2007-01-31 Thread Daniel Süpke
Hi Jeroen, I want to avoid using jx as the source xml file may change (the parameter names/checkboxes might also change) and it would be better if the source would be left as it is. If I unterstand jx, I need to modify the source / generate path of the pipeline. Regards, Daniel Süpke Jeroen

Re: Using flowscript vars inside xsl files

2007-01-31 Thread Daniel Süpke
Hi Grzegorz, it's not for validation; the source file will be transformed to different forms depending on the area the user has currently selected and he might later select earlier parts again to modify previous choices. Validation is not of concern in this part. Regards, Daniel Süpke Grzegorz

Re: custom document generation

2007-01-15 Thread Daniel Süpke
Mark Lundquist schrieb: Hi Daniel, On Jan 13, 2007, at 1:06 PM, Daniel Süpke wrote: I used to work with struts and have some problems now getting into Cocoon. Could you please give me a hint if I'm on the right track? Yes, you're on the right track :-). What problems are you having

custom document generation

2007-01-13 Thread Daniel Süpke
:). Regards, Daniel Süpke 3. The creation of the final document will be done via XSLT where parts are included when they match one of the identifiers stored in the session. Does this look somewhat reasonable or are there better ways? Help would be really appreciated :). Regards, Daniel Süpke

including multiple xml files into transformation

2007-01-07 Thread Daniel Süpke
not need to be concatenated, instead the second file's output should be included somewhere in the first file's. Hope I could explain the problem somewhat understandable ;). Greeting, Daniel Süpke - To unsubscribe, e-mail: [EMAIL

Re: including multiple xml files into transformation

2007-01-07 Thread Daniel Süpke
Hey, thanks for all your help! That's seems to be pretty much what I searched for :). Regards, Daniel Süpke - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Build problems

2007-01-04 Thread Daniel Süpke
executing this line: /home/suepke/temp/cocoon-2.1.10/build/cocoon/temp/blocks-build.xml:207: /home/suepke/temp/cocoon-2.1.10/src/blocks/ajax/conf not found. Any ideas what to do about that one? Greetings, Daniel Süpke

Re: Build problems

2007-01-04 Thread Daniel Süpke
Thank you, that did it. Should have thought of that myself, but somehow thought conf is a file, not a directory. Well, thanks again, until next time ;). Joerg Heinicke schrieb: On 05.01.2007 08:17, Daniel Süpke wrote: I downloaded Cocoon 2.1.10 and seem to be unable to build it. First