The control characters: ([#x1-#x8] | [#xB-#xC] | [#xE-#x1F] | [#x7F-#x84] | [#x86-#x9F]) are only allowed in an XML 1.1 document if they've been escaped with a character reference [1]. Are you sure you did that?
Thanks. [1] http://www.w3.org/TR/xml11/#sec-references Michael Glavassevich XML Technologies and WAS Development IBM Toronto Lab E-mail: [email protected] E-mail: [email protected] Vladimir Loubenski <[email protected]> wrote on 19/02/2013 01:59:27 PM: > Hi, > I have XML documents version 1.1 where text node contains CTRL > characters (0x01, 0x02,...). I am receives error massage " Error > [invalid character 0x1] happened during processing XML data." during > their parsing . > But character 0x1 is valid for xml version 1.1 and Xerces C++ 3.1.1 > supports XML 1.1 (First Edition). > > Regards, > Vladimir. > > --------------------------------------------------------------------- > 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]
