Re: Unable to pass inputmodule value as parameter

2004-10-15 Thread Ralph Goers
The way we handle this sort of thing is to use Cocoon's XPatch ant task to patch our updates into the cocoon.xconf that is created when cocoon is built. That way you don't have to remember anything - your build system remembers instead. gerritjan said: > Does anyone happen to know how to format

Re: Unable to pass inputmodule value as parameter

2004-10-15 Thread Brian Vargas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerritjan, > That realy helped... Awesome. > It's working now, where did you find the specification of these > properties, I seem to have missed them I actually poked around in the source code. The file for the DateInputModule is /src/java/org/apa

Re: Unable to pass inputmodule value as parameter

2004-10-15 Thread gerritjan
Does anyone happen to know how to format this date:currentdate I get Fri Oct 15 21:23:06 CEST 2004 , and I want 2004-10-15 I do not want to modify the cocoon.xconf that is delivered with the cocoon because I do not want to remember this each time I upgrade cocoon... Gerritjan Koekkoek Op 15-okt-04

Re: Unable to pass inputmodule value as parameter

2004-10-15 Thread gerritjan
Brian, That realy helped... It's working now, where did you find the specification of these properties, I seem to have missed them Thank you very much... Gerritjan Koekkoek Op 15-okt-04 om 20:36 heeft Brian Vargas het volgende geschreven: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerritja

Re: Unable to pass inputmodule value as parameter

2004-10-15 Thread Brian Vargas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerritjan, > You both seem to assume i'm expecting a date in the query string > like: http://yourhost/.../cdls_artikelen.xml?date=something I was assuming that based on the response to which I was responding. :-) > I wanted to use the DateInputModu

Re: Unable to pass inputmodule value as parameter

2004-10-15 Thread gerritjan
Hey thx, You both seem to assume i'm expecting a date in the query string like: http://yourhost/.../cdls_artikelen.xml?date=something I'm not expecting this. I want to use the cocoon inputmodules http://cocoon.apache.org/2.1/userdocs/concepts/modules.html On this page under USE IT... you see the

Re: Unable to pass inputmodule value as parameter

2004-10-10 Thread Brian Vargas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, Another alternative, if your variable is in the query string, is to use the Request Parameter input module. Your sitemap would look something like: This causes the sitemap to ask the input module bound to the "request-param"

Re: Unable to pass inputmodule value as parameter

2004-10-10 Thread Andre Juffer
Gerrit-Jan, as far as I can see, the parameter 'date' in the sitemap is not set anywhere. I don't see immediately anything wrong in your files. I assume you are calling this pipeline with something like http://yourhost/.../cdls_artikelen.xml?date=something You probably would need to extract the