Encoding in XML file.
What is the encoding in the top of the xml file,
It says to the xml parser that, the content in the file is should be encoded using this encoding-type.
Example, the characters from Finnish, Swedish, Norwegian and others have Non-Ascii.
Including these Non-ASCI character in xml file, xml parser will complain,
in order to avoid the error message
use the encoding attribute in XML element, or just save without specifying anything.
What is the encoding in the top of the xml file,
It says to the xml parser that, the content in the file is should be encoded using this encoding-type.
Example, the characters from Finnish, Swedish, Norwegian and others have Non-Ascii.
Including these Non-ASCI character in xml file, xml parser will complain,
in order to avoid the error message
use the encoding attribute in XML element, or just save without specifying anything.
Comments