Re: problem with negative lookbehind in a regexp mapper

2005-03-16 Thread Andrea Quintavalle
oh, yes i was a stupid thanks! - Original Message - From: "Ivan Ivanov" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Wednesday, March 16, 2005 11:39 AM Subject: Re: problem with negative lookbehind in a regexp mapper > Andrea, > < is es

Re: problem with negative lookbehind in a regexp mapper

2005-03-16 Thread Ivan Ivanov
Andrea, < is escaped with < in xml files. HTH Ivan --- Andrea Quintavalle <[EMAIL PROTECTED]> wrote: > when trying to use > > from="^(.*)(? to="\1" /> > > i obtain > > The value of attribute "from" associated with an > element type "mapper" must not contain the '<' > character. > > i have

problem with negative lookbehind in a regexp mapper

2005-03-16 Thread Andrea Quintavalle
when trying to use i obtain The value of attribute "from" associated with an element type "mapper" must not contain the '<' character. i have tryied to escape the '<' with a backslash but the error is still there. Can someone help me?