RE: date formatting issue

2008-05-16 Thread Linden H van der (MI)
Hi, that's because your lenient setting is set to true, which recalculates the date exactly the way you describe. Set lenient to false and you should get an error. Bye, Helma -Original Message- From: Régis Millet [mailto:[EMAIL PROTECTED] Sent: Thursday, May

RE: Link: Article: Web-based Framework for Review, Approval, andManagement of Proposal-Initiated Workflows

2006-11-17 Thread Linden H van der (MI)
Thanks for the info, I've added it as a news item to our Cocoon documentation. Bye, Helma -Original Message- From: thomason [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 14:02 To: users@cocoon.apache.org Subject: Link: Article: Web-based Framework for Review,

RE: CForms - need simplest aggregation of form and response

2006-11-17 Thread Linden H van der (MI)
cinclude:parameter cinclude:namequery/cinclude:name cinclude:value#{Please Help!}/cinclude:value /cinclude:parameter Check the CAPTCHA samples, they do something similar to what you're trying to do. HTH. Bye, Helma

RE: Cocoon-based RSS server

2006-11-14 Thread Linden H van der (MI)
Hi, just check the Cocoon CForms samples. At least one has XML binding and there is at least one that reads/creates XML files using flowscript. HTH. Bye, Helma -Original Message- From: James Cummings [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 12:45 To:

RE: [GT2005] Dates and locations

2005-07-01 Thread Linden H van der (MI)
Do you have any ideas on bulk reservations for hotels nearby? Bye, Helma -Original Message- From: Arje Cahn [mailto:[EMAIL PROTECTED] Sent: Friday, 01 July 2005 15:23 To: dev@cocoon.apache.org; users@cocoon.apache.org Subject: [GT2005] Dates and locations Hi all, It's my

RE: Login and CForms - How to handle in FlowScript?

2005-06-14 Thread Linden H van der (MI)
Have you checked the authentication-fw sample? There are two alternatives: one with actions and one with flow. The last one might be just what you need. Bye, Helma -Original Message- From: Johannes Becker [mailto:[EMAIL PROTECTED] Sent: Tuesday, 14 June, 2005 12:46 To:

RE: Lenya vs. Daisy?

2005-06-13 Thread Linden H van der (MI)
This discussion has been on the Cocoon user list before, please search the mail archives. It will not give you a conclusive answer, but at least you will see arguments that can help you to decide which one you prefer. Bye, Helma Which Cocoon-based CMS do you prefer: Lenya or Daisy? Why? My

RE: Dependencies between blocks

2005-06-06 Thread Linden H van der (MI)
Title: Message AFAIK the block.properties file is generated using an Ant task and it's based on some XSL translation of gump.xml. If you follow that trail, you should be able to produce the desired XML file yourself. HTH. Bye, Helma -Original Message-From: [EMAIL

RE: How to read the lastModifiedDate of the original XML file?

2005-04-27 Thread Linden H van der (MI)
- From: Upayavira [mailto:[EMAIL PROTECTED] Sent: Wednesday, 27 April, 2005 13:23 To: users@cocoon.apache.org Subject: Re: How to read the lastModifiedDate of the original XML file? Linden H van der (MI) wrote: Hi, my website consists of several XML pages that are transformed

RE: How to read the lastModifiedDate of the original XML file?

2005-04-27 Thread Linden H van der (MI)
: Re: How to read the lastModifiedDate of the original XML file? Linden H van der (MI) wrote: Hi Upayavira, Thanks for the ideas. I've rejected flow because it requires me to pass all files through a map:call function=figureOutLastModifiedDate, which doesn't look very

RE: How to read the lastModifiedDate of the original XML file?

2005-04-27 Thread Linden H van der (MI)
I like this idea of using an input module, but after several hours I haven't been able to get this working with the merest string variable. Could you explain this more extensively? Thanks. Bye, Helma You could try the JXPathMetaModule. Maybe something like map:match pattern=*

FileGenerator modification? (was: RE: How to read the lastModifiedDate of the original XML file?)

2005-04-27 Thread Linden H van der (MI)
to the regular FileGenerator. Anybody? Bye, Helma -Original Message- From: Linden H van der (MI) [mailto:[EMAIL PROTECTED] Sent: Wednesday, 27 April 2005 21:49 To: users@cocoon.apache.org Subject: RE: How to read the lastModifiedDate of the original XML file? I like this idea

RE: Table with multiple rows in xsp:logic

2005-04-26 Thread Linden H van der (MI)
Title: Message Hi Yves, Haven't tested this, but what about: xsp:logic for (each row) { xsp:element name="tr" xsp:logic for (each column) { xsp:element name="td" xsp:textcell content/xsp:text /xsp:element } /xsp:logic /xsp:element } /xsp:logic Bye, Helma -Original

RE: Re: [CFORMS] What is the proper syntax for gathering all validation messages in one place?

2005-04-22 Thread Linden H van der (MI)
Thanks. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Dan Durkin Sent: Thursday, 21 April 2005 04:42 To: users@cocoon.apache.org Subject: Re: [CFORMS] What is the proper syntax for gathering all validation messages in one place? Helma, looks like the

[CFORMS] What is the proper syntax for gathering all validation messages in one place?

2005-04-20 Thread Linden H van der (MI)
Hi, I've once come across a CFORMS example that put all the validation messages together in one place. However, I cannot find it, nor can I find the proper syntax for doing so. Can someone help me? Thanks. Bye, Helma van der Linden Medical Informatics University Maastricht The Netherlands

RE: Localization

2005-03-05 Thread Linden H van der (MI)
Hmm, good idea. I don't usually use the cocoon:/ protocol, so I tend to forget. Thanks. Bye, Helma -Original Message- From: Geert Josten [mailto:[EMAIL PROTECTED] Sent: Saturday, 05 March 2005 10:40 To: users@cocoon.apache.org Subject: Re: Localization Why use cinclude to

RE: Localization

2005-03-04 Thread Linden H van der (MI)
Hi Chris, I'm doing similar things. Some things I've done (note: check syntax, I'm doing this from the top of my head): map:match pattern=**/*/*.html map:generate src=content/{3}.xml/ map:transform src=system/langselect.xsl map:parameter name=lang value={2}/ /map:transform

RE: Localization

2005-03-04 Thread Linden H van der (MI)
If the text between select and /select gets really long, you can also opt for: langselect select lang=de !-- german text here -- cinclude:include src=content/de/mygermanversion.xml/ /select select lang=en !-- english text here -- cinclude:include

RE: Best practice for conditionally displaying widgets?

2005-02-25 Thread Linden H van der (MI)
var form = new Form(cocoon://form1.jx); form.createBinding(cocoon://form1Bind.jx); This sounds like a good idea, but I've tried and failed: - I built a pipeline like this: map:match pattern=*.bind map:generate type=jx src={1}bind.jx/ map:serialize type=xml/ /map:match - I called it from the

RE: Best practice for conditionally displaying widgets?

2005-02-25 Thread Linden H van der (MI)
var bindpipe = cocoon:// + myfile + .bind; it should be cocoon:/ (with one slash) Gunter You can use cocoon:// or cocoon:/ I tried both, but they both end in error no such protocol. ;-( I'm using Cocoon 2.1.7 of somewhere in Jan 2005 and I know this protocol is around for

RE: Best practice for conditionally displaying widgets?

2005-02-25 Thread Linden H van der (MI)
2.1.7? Hey, i want that too ;-) Current Release Version is 2.1.6: http://cocoon.apache.org/mirror.cgi True, 2.1.7 is the current version in the SVN BRANCHE 2.1.X (or something similar). I just live on the bleeding edge. ;-) Bye, Helma

Best practice for conditionally displaying widgets?

2005-02-23 Thread Linden H van der (MI)
Can anyone give ideas on the best practice for displaying/hiding widgets based on some external condition? I need to build an order form that needs extra widgets in the English version and the selection list of another widget has more options in the Dutch version. Should I build two separate

RE: Best practice for conditionally displaying widgets?

2005-02-23 Thread Linden H van der (MI)
Have you considered using JXTemplates to create your CForm files? I'm using that method and it seems to work well. Do you mean generating the Bind and the Def files? I do use it for the Template file. Could you give me an example of what you mean? Thanks. Bye, Helma

RE: i18n error messages

2005-02-22 Thread Linden H van der (MI)
I assume that's your blog: http://www.melowe.com/blog/B148587/C633227215/E496178789/ Don't bother looking it up, it's gone. Bye, Helma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: jx variable to nodeset

2005-02-15 Thread Linden H van der (MI)
Hi Torsten, a guess (I'm not sure about all the details of the syntax and I haven't tested it): jx:set var=usersession:getxml context=authentication path=/authentication/login//jx:set jx:set var=attachment value=../content/users/#{user/.}/kk.xml/jx:set The first one creates a node, the second a

RE: jx variable to nodeset

2005-02-15 Thread Linden H van der (MI)
Thorsten Scherler wrote: El mar, 15-02-2005 a las 14:44, Linden H van der (MI) escribió: Hi Torsten, a guess (I'm not sure about all the details of the syntax and I haven't tested it): jx:set var=usersession:getxml context=authentication path=/authentication/login//jx:set jx:set var

RE: jx variable to nodeset

2005-02-15 Thread Linden H van der (MI)
Will return: zip:entry name=userdata.html src=../content/users/1736/kk.xml/ Hmm. Glad this works out, but I'm entirely sure why... BUT as soon as I change the user var to jx:set var=usersession:getxml context=authentication path=/authentication/data/User/VfNumber//jx:set this is failing.

How to retrieve document.lastModified from original XML file?

2005-02-10 Thread Linden H van der (MI)
Hi, Can someone explain how I can get the lastModified date of the original XML file without using the DirectoryGenerator? I'm building a website based on simple XML files, no database (yet) and I want to display the lastModified date. However, when I use a script that reads