Curt,

You are the man...that was it.

BradO

-----Original Message-----
From: Arnold, Curt [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 17, 2001 11:32 AM
To: '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'
Subject: RE: Bug in Char validation test, possibly CDATA


Most probably your document is not really UTF-8 as you declare, but is
ISO-8859-1.  In UTF-8, the pound character would be represented as a two
byte sequence.  Change your XML declaration to the
following and see if you get the expected behavior.

<?xml version="1.0" encoding="ISO-8859-1"?>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to