Using Path expression in Map Action type

2003-06-06 Thread Shane McEneaney
Hi, is there a plan to use path expressions in the map:act tag in the sitemap? We'd like the sitemap to choose the appropriate Action class depending on the matched pattern. See the snippet below with the line map:act type={../1}. map:match pattern=get* map:act type=locale/

RE: Using Path expression in Map Action type

2003-06-06 Thread Geissel, Adrian
-Original Message- From: Shane McEneaney [mailto:[EMAIL PROTECTED] Sent: Thursday 05 June 2003 15:05 To: [EMAIL PROTECTED] Subject: Using Path expression in Map Action type Hi, is there a plan to use path expressions in the map:act tag in the sitemap? We'd like the sitemap

Re: Using Path expression in Map Action type

2003-06-06 Thread Christian Haul
On 05.Jun.2003 -- 03:25 PM, Geissel, Adrian wrote: Hi Shane, I've done something similar to what you're looking for with version 2.0 (don't know if it still works!): Try: map:act type='substitute(listOfMaps, {../1})'/ Note - single quotes are important (valid XML attribute definition

Re: Using Path expression in Map Action type

2003-06-06 Thread Sylvain Wallez
Geissel, Adrian wrote: Hi Shane, I've done something similar to what you're looking for with version 2.0 (don't know if it still works!): Try: map:act type='substitute(listOfMaps, {../1})'/ Note - single quotes are important (valid XML attribute definition - allows the use of plain

RE: Using Path expression in Map Action type

2003-06-06 Thread Geissel, Adrian
-Original Message- From: Sylvain Wallez [mailto:[EMAIL PROTECTED] Sent: Thursday 05 June 2003 16:23 To: [EMAIL PROTECTED] Subject: Re: Using Path expression in Map Action type Geissel, Adrian wrote: Hi Shane, I've done something similar to what you're looking for with version 2.0