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="&lt;CustomerSecsAccNo&gt;${account.no}&lt;/CustomerSecsAccNo&gt;"
  ...

Stefan

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

Reply via email to