Next in thread → Next in month →

Re: [xml-dev] Encoding/Character problem

From
David Carlisle <>
To
Date
2001-11-09T11:02:22Z
ID
<>
Thread
Re: [xml-dev] Encoding/Character problem
> Can anyone please tell me why I am getting an "Invalid unicode
> character"

because &#11; is illegal as you can only give numbers that refer to
characters that are allowed in XML. The char production in the XML
spec lists these, and the only ones less than 32 (space) are the white
space characters 9 10 and 13.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
Next in thread → Next in month →