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
-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
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
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
-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
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
-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"
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