split in sitemap

2003-06-23 Thread Maxime.Gheysen
Is there a way to make a split for a parameter like: input value=abc\def name=test I want something a {request-param} with a split the \ and get the first part (only abc ) Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] .org] Sent: Wednesday, June 18, 2003

RE: split in sitemap

2003-06-23 Thread Reinhard Pötz
I see two ways: - write an action - write an input module Reinhard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 11:47 AM To: [EMAIL PROTECTED] Subject: split in sitemap Is there a way to make a split for a parameter

RE: split in sitemap

2003-06-23 Thread Maxime.Gheysen
: Reinhard Pötz [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 12:05 PM To: [EMAIL PROTECTED] Subject: RE: split in sitemap I see two ways: - write an action - write an input module Reinhard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday

Re: split in sitemap

2003-06-23 Thread Luca Morandini
[EMAIL PROTECTED] wrote: But is there no function to do that? Because I saw on a sample (sampes/modules) that a concat function is used: map:parameter name=session [truncated] value={request:concat('org. ... .', substring(session, 36))} / So maybe there is a split function also? not all input