Charles Daniels wrote:

-----Original Message-----
From: Schuett Thomas EXT


Problem 3:
The filterchain can NOT have a nested replace. Why not? This is, what I rate really
unclean.


The doc is a little hidden...... (it is in the tokenfilter part of the filterchain page)
but one can do this:


     <filterchain>
       <replacestring from="=" to=":"/>
       <replacestring from="\:" to=":"/>
     </filterchain>

(since ant 1.6.0)
Where replacestring is a stringfilter nested element in an implicit tokenfilter.


Peter


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



Reply via email to