Re: Regexp matcher with digits

2009-06-02 Thread Mansour Al Akeel
For some reasons {0} is matching only the digits, because 1 is empty always ! map:match type=regexp pattern=(\**)([0-9])$ .. map:transform src=transform.xsl map:parameter name=href value={1}/ map:parameter name=depth value={2}/

Re: Lenya and database

2009-06-02 Thread Jann Forrer
Hi Arne Thanks, yes we have activated the SQL Transformer in our sitemap. In the map:pipelines section we added: map:transform type=sql map:parameter name=use-connection value=MyPoolName/ map:parameter name=show-nr-of-rows value=true/ map:parameter

Re: Regexp matcher with digits

2009-06-02 Thread Steven Dolg
Mansour Al Akeel schrieb: For some reasons {0} is matching only the digits, because 1 is empty always ! map:match type=regexp pattern=(\**)([0-9])$ .. map:transform src=transform.xsl map:parameter name=href value={1}/ map:parameter

Re: Regexp matcher with digits

2009-06-02 Thread Mansour Al Akeel
On Tue Jun 02,2009 10:34 am, Steven Dolg wrote: Mansour Al Akeel schrieb: For some reasons {0} is matching only the digits, because 1 is empty always ! map:match type=regexp pattern=(\**)([0-9])$ .. map:transform src=transform.xsl map:parameter

Re: Regexp matcher with digits

2009-06-02 Thread Steven Dolg
Mansour Al Akeel schrieb: On Tue Jun 02,2009 10:34 am, Steven Dolg wrote: Mansour Al Akeel schrieb: For some reasons {0} is matching only the digits, because 1 is empty always ! map:match type=regexp pattern=(\**)([0-9])$ .. map:transform src=transform.xsl

Re: Regexp matcher with digits

2009-06-02 Thread Mansour Al Akeel
Thank you, Steven. On Tue Jun 02,2009 05:22 pm, Steven Dolg wrote: Mansour Al Akeel schrieb: On Tue Jun 02,2009 10:34 am, Steven Dolg wrote: Mansour Al Akeel schrieb: For some reasons {0} is matching only the digits, because 1 is empty always ! map:match type=regexp