XML encoding error - What is an XML encoding error?

What is an XML encoding error?

XML documents can contain non ASCII characters, like Norwegian æ ø å , or French ê è é which introduce errors.

The 2 types are:

1. An invalid character was found in text content.
2. Switch from current encoding to specified encoding not supported.

You can avoid these errors by specifying the XML encoding Unicode.
XML Serialization - What is XML Serialization and Binary Serialization?
XML Serialization - XML Serialization makes it possible to convert any common language runtime objects into XML documents or streams and vise versa....
XML - How do you load data from XML file to a ORACLE table?
XML - You need to first create a table in oracle that matches with the fields of the XML data..
XML indexes - What are XML indexes and secondary XML indexes?
XML indexes - The primary XML index is a B+tree and is useful because the optimizer creates a plan for the entire query....
Post your comment