On Sun, 18 Aug 2002, Praveen Acharya <[EMAIL PROTECTED]>
wrote:
>
><replacevalue><![CDATA[<CustomerSecsAccNo>${account.no}</CustomerSecsAccNo>]]></replacevalue>
>
> how can i achive wht i am trying to do above..
Use the value attribute of <replace> instead - properties are not
expanded for the nested elements, but get expanded for the attributes.
So what you want is
<replace value="<CustomerSecsAccNo>${account.no}</CustomerSecsAccNo>"
...
Stefan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>