On Fri, 6 Oct 2000, James Boulton wrote:

> Something like:
> 
> <item>
> <name>blah</name>
> <desc><font size="2">�10 each</font><br></desc>
> </item>
> 
> Breaks and pound signs are a no-no in XML so... I've tried using a CDATA[]
> section. But this both escapes the data within it and rejects pound signs
> completely as being invalid.

I would recommend you use an entity ref for the pound symbol, and use
<br /> for the break tag.

Reply via email to