Re: Forms/Flow: Control Flow Behind form.showForm()

2005-12-21 Thread Patrick Refondini
Jason Johnston wrote: Sylvain Wallez wrote: >> My goal is to let a user insert a "Form Fragment" build from a >> template XML file. But I haven't been able to do it yet although I see >> no reason, my Cocoon understanding appart, why it should not be possible. > > > I see. What you needed

Re: Sitemap signing

2005-12-21 Thread Sylvain Wallez
Artur Bialecki wrote: This is a project that uses the good ol' C2.0.3. Aha, that's why! The sitemap defines and uses actions that check for cetain permissions etc. It needs to be signed to prevent modification once deployed. All I would like to do is to intercept the reading of the sitemap

Re: users@cocoon.apache.org

2005-12-21 Thread Sylvain Wallez
Wouter Roosendaal wrote: unsubscribe You should use [EMAIL PROTECTED] Sylvain -- Sylvain WallezAnyware Technologies http://bluxte.net http://www.anyware-tech.com Apache Software Foundation Member Research & Technology Director

users@cocoon.apache.org

2005-12-21 Thread Wouter Roosendaal
unsubscribe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

capturing XML in forms

2005-12-21 Thread Andre Juffer
Hi all, I am using a WYSIWYG editor where a single user writes a small (X)HTML document that ultimately is stored in a XML database and is also send around by email as a newsletter. This all is connected to an email list. This is a very straightforward application. I made something before usi

Re: Sitemap signing

2005-12-21 Thread Artur Bialecki
This is a project that uses the good ol' C2.0.3. The sitemap defines and uses actions that check for cetain permissions etc. It needs to be signed to prevent modification once deployed. All I would like to do is to intercept the reading of the sitemap xml from the file system and check the si

Re: Two XML files and one XSL file in Cocoon(Summary)

2005-12-21 Thread Laurent Perez
> No, as aggregation, just as every other pipeline construct, uses the > cache system. So the slowness should come from other parts of the pipeline. On a side note, which logkit logger do I have to enable if I want to see all caching activity from Cocoon ? I'm afraid some of my pipelines are still

Re: Sitemap signing

2005-12-21 Thread Sylvain Wallez
Artur Bialecki wrote: Hello, I would like to be able to check the digital signature of a sitemap xml file before sitemap classes are generated and compiled. What would be the best place to implement this check? The sitemap is interpreted since about... hmm... is it 3 or 4 years? That being

Sitemap signing

2005-12-21 Thread Artur Bialecki
Hello, I would like to be able to check the digital signature of a sitemap xml file before sitemap classes are generated and compiled. What would be the best place to implement this check? Thanks, Artur... - To unsubscribe,

Re: Forms/Flow: Control Flow Behind form.showForm()

2005-12-21 Thread Jason Johnston
Sylvain Wallez wrote: >> My goal is to let a user insert a "Form Fragment" build from a >> template XML file. But I haven't been able to do it yet although I see >> no reason, my Cocoon understanding appart, why it should not be possible. > > > I see. What you needed is probably a partial bindin

Re: Forms/Flow: Control Flow Behind form.showForm()

2005-12-21 Thread Sylvain Wallez
Patrick Refondini wrote: Sylvain Wallez wrote: Patrick Refondini wrote: Thanks, for the quick answer! I looked at the source code available on SVN: http://svn.apache.org/viewcvs.cgi/*checkout*/cocoon/blocks/ in forms/trunk/java/org/apache/cocoon/forms/flow/javascript/Form.js Now I am going

Re: Two XML files and one XSL file in Cocoon(Summary)

2005-12-21 Thread Sylvain Wallez
Laurent Perez wrote: Ok, thanks for the advice :) But if I use a inside a element, is the using a Reader or a Generator for the part then ? Yes, it uses a generator, and therefore a parser. If it Generates, this would explain why I find my aggregators quite slow.. No, as aggregation,

Re: Two XML files and one XSL file in Cocoon(Summary)

2005-12-21 Thread Laurent Perez
Ok, thanks for the advice :) But if I use a inside a element, is the using a Reader or a Generator for the part then ? If it Generates, this would explain why I find my aggregators quite slow.. Thanks Laurent - To unsubscrib

Re: Forms/Flow: Control Flow Behind form.showForm()

2005-12-21 Thread Patrick Refondini
Bertrand Delacretaz wrote: Le 21 déc. 05, à 10:13, Patrick Refondini a écrit : ...Nevertheless I'll need to take a deeper look at this source code and try to find some Javascript tutorials ;).. I've found these to be good introductions to Javascript's OO features: http://bob.pythonmac.org/a

Re: Forms/Flow: Control Flow Behind form.showForm()

2005-12-21 Thread Patrick Refondini
Sylvain Wallez wrote: Patrick Refondini wrote: Thanks, for the quick answer! I looked at the source code available on SVN: http://svn.apache.org/viewcvs.cgi/*checkout*/cocoon/blocks/ in forms/trunk/java/org/apache/cocoon/forms/flow/javascript/Form.js Now I am going to reveal my whole Javascr

Re: Forms/Flow: Control Flow Behind form.showForm()

2005-12-21 Thread Bertrand Delacretaz
Le 21 déc. 05, à 10:13, Patrick Refondini a écrit : ...Nevertheless I'll need to take a deeper look at this source code and try to find some Javascript tutorials ;).. I've found these to be good introductions to Javascript's OO features: http://bob.pythonmac.org/archives/2005/07/18/javascript-

RE: cinclude using pipeline

2005-12-21 Thread Dan Nicolici
cocoon:/ instead of http:/ … duh   From: Dan Nicolici [mailto:[EMAIL PROTECTED] Sent: 21 decembrie 2005 11:21 To: users@cocoon.apache.org Subject: cinclude using pipeline   Can I use cinclude to include content generated by a pipeline?   Ex. http://localhost/some-cocoon-

Re: cinclude using pipeline

2005-12-21 Thread Geert Josten
Ofcourse :) You can even use the cocoon: protocol to prevent creating a new HTTP request, making processing slightly quicker.. Cheers Dan Nicolici wrote: Can I use cinclude to include content generated by a pipeline? Ex. http://localhost/some-cocoon-pipeline Dan -- Drs. G.

Re: Forms/Flow: Control Flow Behind form.showForm()

2005-12-21 Thread Patrick Refondini
Sylvain Wallez wrote: Patrick Refondini wrote: In the context of Cocoon Forms using Flowscript: I am looking for hints where to look (doc, source code) to understand how the decision for the flow control to block to form.showForm() or continue is made. As already mentioned, look at Form.

Re: AW: Forms/Flow: Control Flow Behind form.showForm()

2005-12-21 Thread Patrick Refondini
Merico Raffaele wrote: Ciao Patrick The form.showForm() function is located in the Form.js file in the lib/cocoon-forms-block.jar. Cheers ... Raffaele Thanks Raffaele, I did not see your answer at first due to the AW: ... -Ursprüngliche Nachricht- Von: Patrick Refondini [mailto:[E

cinclude using pipeline

2005-12-21 Thread Dan Nicolici
Can I use cinclude to include content generated by a pipeline?   Ex. http://localhost/some-cocoon-pipeline   Dan

Re: Forms/Flow: Control Flow Behind form.showForm()

2005-12-21 Thread Mark Lundquist
Hi, On Dec 21, 2005, at 1:13 AM, Patrick Refondini wrote: It is not quite clear yet how Form.prototype.showForm() can be called Form.prototype.showForm() Huh? Those look the same to me...? and how a call to form.showForm("some-pipeline.jx") is matched something like form.showForm("some-pip

Re: Forms/Flow: Control Flow Behind form.showForm()

2005-12-21 Thread Sylvain Wallez
Patrick Refondini wrote: Thanks, for the quick answer! I looked at the source code available on SVN: http://svn.apache.org/viewcvs.cgi/*checkout*/cocoon/blocks/ in forms/trunk/java/org/apache/cocoon/forms/flow/javascript/Form.js Now I am going to reveal my whole Javascript incompetency: The s

Re: Two XML files and one XSL file in Cocoon(Summary)

2005-12-21 Thread Sylvain Wallez
Laurent Perez wrote: If author.xml already exists like the desired xml file, then think about using a reader instead of generator and serializer. Is a reader faster than a generator + serializer ? Yes, because a reader basically copies the contents of the source verbatim to the resp

Re: Forms/Flow: Control Flow Behind form.showForm()

2005-12-21 Thread Patrick Refondini
Bertrand Delacretaz wrote: Hi Patrick, Le 21 déc. 05, à 08:08, Patrick Refondini a écrit : ...I am looking for hints where to look (doc, source code) to understand how the decision for the flow control to block to form.showForm() or continue is made... To use form.showForm() you must loa

Re: Two XML files and one XSL file in Cocoon(Summary)

2005-12-21 Thread Geert Josten
If author.xml already exists like the desired xml file, then think about using a reader instead of generator and serializer. Is a reader faster than a generator + serializer ? Yes, and that is quite obvious if you know that a reader simply passes stream data through, while a generator gener

Re: Forms/Flow: Control Flow Behind form.showForm()

2005-12-21 Thread Sylvain Wallez
Patrick Refondini wrote: In the context of Cocoon Forms using Flowscript: I am looking for hints where to look (doc, source code) to understand how the decision for the flow control to block to form.showForm() or continue is made. As already mentioned, look at Form.js for the gory implement

Re: Two XML files and one XSL file in Cocoon(Summary)

2005-12-21 Thread Laurent Perez
> If author.xml already exists like the desired xml file, then think > about using a reader instead of generator and serializer. Is a reader faster than a generator + serializer ? Thanks Laurent - To unsubscribe, e-mail: [EMAIL