Hello,

--- Petar Tahchiev <[EMAIL PROTECTED]> wrote:
> I am not quite sure that I understood your ideas
> clearly enough to answer
> this, but I would like to suggest you this: why not
> just use
> <filter token="<TAG:xxxx>"
> value="${property.Containg.The.Desired.String}"/>

In XML files you have to escape < and > with &lt; and
&gt;. So your example will look like:
<filter token="&lt;TAG:xxxx&gt;"
    value="${property.Containg.The.Desired.String}"/>

Regards
Ivan

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to