more FYI

> >
< &lt;
" &quot;
' &apos;
& &amp;

I think that's all of them.

Frank
-----Original Message-----
From: Bill Burton [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 01, 2001 6:45 AM
To: [EMAIL PROTECTED]
Subject: Re: propery value - can it contain a string that is XML itself?


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


__________________________________________________
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to