AW: mapping to basepath in static content

2003-02-03 Thread Jan Harms
tmund Germany email harms_at_vivai.de url http://www.vivai.de > -Ursprüngliche Nachricht- > Von: Robert Sösemann [mailto:[EMAIL PROTECTED]] > Gesendet: Samstag, 1. Februar 2003 16:10 > An: [EMAIL PROTECTED] > Betreff: Re: mapping to basepath in static content > > &

Re: mapping to basepath in static content

2003-02-02 Thread Murad Jura
lt;[EMAIL PROTECTED]> Sent: Saturday, February 01, 2003 1:15 PM Subject: Re: mapping to basepath in static content Hello Robert, there is the AugmentTransformer which augments all 'href' attributes with the full path to the request. IMHO it is a good starting point for you. Rega

Re: mapping to basepath in static content

2003-02-01 Thread Robert Sösemann
a" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 01, 2003 1:15 PM Subject: Re: mapping to basepath in static content > Hello Robert, > > there is the AugmentTransformer which augments all 'href' attributes > with the full path to the

Re: mapping to basepath in static content

2003-02-01 Thread Murad Jura
Hello Robert, there is the AugmentTransformer which augments all 'href' attributes with the full path to the request. IMHO it is a good starting point for you. Regards, Murad Jura. Robert Sösemann wrote: Hello, what I need is a centralized mechanism to change the paths in all my site-elements.

mapping to basepath in static content

2003-01-31 Thread Robert Sösemann
Hello, what I need is a centralized mechanism to change the paths in all my site-elements. (that means: Later when I switsch from development to production I just want to change pathname at one single point, not every single href, src ...) Inside elements handled by cocoon (XSP, Generators, Actio