From: "Cocoon User" <[EMAIL PROTECTED]>
>
> hi konstantin
>
> i plan to create an action that will create sitiemap variables for
> specific request-parameters not for use only with i18n
There is already such action in Cocoon:
src\java\org\apache\cocoon\acting\RequestParamAction.java
But I'd pref
hi konstantin
i plan to create an action that will create sitiemap variables for
specific request-parameters not for use only with i18n
is there any simple action or any howto create an action for cocoon?
i need just a point to start form (something for example)
thnx
stavros
On Wed, 8 Jan 200
From: "Cocoon User" <[EMAIL PROTECTED]>
> hi martin this is a way to send a parameter inside your xsl file (pretty
> good) but i need something else
>
> i want to use a request parameter as a variable inside my sitemap
>
> example
>
> if i have http://../...?locale=el
>
> src="{locale}_data.xml"
>
You can access a request parameter variable inside your sitemap via a
matcher or a selector
As a matcher---
As a selector---
..do something
..do something else
Hope that answers your question.
Darren
On Sunday, January 5, 2003, at 03:12 P
In an article by Steve Punte of candlelightsoftware.com, he uses
to pickoff input=5 in a url of http://localhost/mypage?input=5
and passed it to a template like this:
Can anyone perhaps elaborate on how input=5 from that select? what if the the
parameters where http
hi martin this is a way to send a parameter inside your xsl file (pretty
good) but i need something else
i want to use a request parameter as a variable inside my sitemap
example
if i have http://../...?locale=el
src="{locale}_data.xml"
point to el_data.xml
(i have do something similar using
You can use the request parameter like this:
Cheers Martin
Cocoon User <[EMAIL PROTECTED]> writes:
> i know how to make a src file selection based to requested url using
> matches
>
> http://./el/test
> http://./en/test
>
>
>
>
>
> but how can do somethi
hi konstantin
i know how to make a src file selection based to requested url using
matches
http://./el/test
http://./en/test
but how can do something similar using parameter?
http:///test?locale=el
http:///test?locale=en
using {1} or {2} i refer to first or secon
From: "Cocoon User" <[EMAIL PROTECTED]>
>
> hy people
>
> i have found very usefull the i18n processing
> but what happend when you have large text?
It's not recommended to use i18n transformer for large texts. There are
several other ways to solve that task: use XInclude/CInclude, XSLT with
doc