Paul Hammant wrote:
> 
> Hi,
> 
> <property name="Fred" value="<b>Wilma</b>" />

Use the entities instead:
  <property name="Fred" value="&lt;b&gt;Wilma&lt;/b&gt;" />

FYI, &quot; can be use for situations where you need to specify quotes.

> 
> barfs the ant environment. How do I get cml data into a value?  CDATA does
> not work inside the value tag for the same reason "<" is not allowed.
> 
> TIA, PH

-Bill Burton

Reply via email to