> -Original Message-
> From: Bruno Dumon [mailto:[EMAIL PROTECTED]
> Sent: donderdag 2 maart 2006 16:39
> To: users@cocoon.apache.org
> Subject: RE: LinkRewriterTransformer question
>
>
> On Thu, 2006-03-02 at 15:58 +0100, Martijn C. Vos wrote:
> > Bruno
On Thu, 2006-03-02 at 15:58 +0100, Martijn C. Vos wrote:
> Bruno Dumon [mailto:[EMAIL PROTECTED] wrote:
> >
> > I would like to use the LinkRewriterTransformer to transform
> > links like
> > this:
> >
> > myscheme:somevalue
> >
> > to something like
> >
> > http://someserver/some/pa
Bruno Dumon [mailto:[EMAIL PROTECTED] wrote:
>
> I would like to use the LinkRewriterTransformer to transform
> links like
> this:
>
> myscheme:somevalue
>
> to something like
>
> http://someserver/some/path/somevalue
>
> Thus, the 'somevalue' should simply be prefixed with a sta
Euh, my question was not about namespaces, but about what input module
could do the transformation I gave in the example. Anyhow, I guess the
answer is there isn't any, so I'll have to come up with my own.
On Wed, 2006-03-01 at 11:52 -0600, Antonio Gallardo wrote:
> Hi Bruno,
>
> LinkRewriter and
Hi Bruno,
LinkRewriter and namespaces is a hell due xpath 1.0. We have been
working on that for months [1].
Best Regards,
Antonio Galllardo
[1] https://issues.apache.org/jira/browse/COCOON-1616
Bruno Dumon wrote:
Hi,
I would like to use the LinkRewriterTransformer to transform links like
Hi,
I would like to use the LinkRewriterTransformer to transform links like
this:
myscheme:somevalue
to something like
http://someserver/some/path/somevalue
Thus, the 'somevalue' should simply be prefixed with a static string.
This seems like a pretty basic use case but I couldn't figure out