when trying to use

<mapper type="regexp" 
from="^(.*)(?<!(\.locale|\.esercizio|\.collaudo|\.sviluppo))$$" to="\1" />

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?

Reply via email to