You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by je...@nl.ibm.com on 2001/02/15 16:49:00 UTC

Illegal Characters in XML



Hi

Could anybody point me to a list of characters that are illegal in XML?

I'm getting an error  parsing a file with xerces:
Message: Invalid character (Unicode: 0x1C)

Are there other illegal characters I should be aware of?

Thanks a lot
Jenny



Re: Illegal Characters in XML

Posted by Bob Kline <bk...@rksystems.com>.
On Thu, 15 Feb 2001 jenny.bourke@nl.ibm.com wrote:

> Could anybody point me to a list of characters that are illegal in
> XML?

Would you settle for a list of characters that are legal?

[2] Char ::= #x9 
           | #xA 
           | #xD 
           | [#x20-#xD7FF] 
           | [#xE000-#xFFFD] 
           | [#x10000-#x10FFFF]

-- 
Bob Kline
mailto:bkline@rksystems.com
http://www.rksystems.com