Re: i18n catalogue and sql [act howto]

2003-01-08 Thread Konstantin Piroumian
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

Re: i18n catalogue and sql [act howto]

2003-01-08 Thread Cocoon User
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

Re: i18n catalogue and sql

2003-01-08 Thread Konstantin Piroumian
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" >

Re: i18n catalogue and sql

2003-01-06 Thread Darren Petrie
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

Re: i18n catalogue and sql

2003-01-05 Thread aps olute
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

Re: i18n catalogue and sql

2003-01-05 Thread Cocoon User
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

Re: i18n catalogue and sql

2003-01-05 Thread Martin Lüthi
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

Re: i18n catalogue and sql

2003-01-01 Thread Cocoon User
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

Re: i18n catalogue and sql

2002-12-30 Thread Konstantin Piroumian
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