Cocould not parse the file: C:/MATLAB 7/toolbox/ccslink/info. xml

Source: Internet
Author: User

The following prompt is displayed when you start the service:

The element type "name" must be terminated by the matching end-tag "</Name> ". cocould not parse the file: C:/MATLAB 7/toolbox/ccslink/info. XML

Open info. XML according to the cp1252 encoding. You can see that the file contains 8th and 24th characters, for example:

<Name> link for Code Composer Studio </Name>

The registration mark causes Encoding Problems. Cp1252 is the default English encoding. The character encoding in cp1252 is 0xae. When the Chinese system opens a file with the default GBK encoding, it will read the following bytes into a Chinese character, so it cannot read the following characters <.

The solution is simple. Delete. Or save the file as a UTF-8 encoded file without Bom. I usually use a small program called cnbook to process plain text files. Cnbook can identify the encoding of this file, or save UTF-8 encoded files without Bom.

If you are not familiar with text encoding, I can provide UTF-8 encodedInfo. XML,Download from here:

Http://www.fmddlmyy.cn/down2/Info.rar

Overwrite the original file.

This issue does not matter. However, if you use MATLAB every day, you can also remove it.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.