Dskinlite (Uieasy MFC interface Library) using records 1:schema validating XML

Source: Internet
Author: User

MFC third-party libraries on the market are many, eventually selected Dskinlite Enterprise Edition, maturity is higher, of course, the price is slightly more expensive.

The use of MFC in the 2017 is a bit of an alternative, but a specific scenario is well suited for older programmers who are reluctant to transform.

Currently in the learning stage, welcome to add buckle Exchange (80101277)

Once XML reaches a certain scale, validating document validity becomes a priority, often with command-line Xmlint. XMLSpy (2013 cracked version) is recommended here.

For example:

<color id= "SYSTEM_BG" value= "RGB (255,255)"/>//Error: RGB format is incorrect
<color ld= "SYSTEM_BG" value= "RGB (255,255)"/>//Error: LD is not the correct attribute and needs to be changed to ID

<color id= "SYSTEM_BG" value= "RGB (255,255,255)"/>//correct

By defining schemas in XML, you can achieve the purpose of validating elements, attributes, and values, and schemas can be generated through the XMLSpy tool,

This is a relatively big topic.

Dskinlite (Uieasy MFC interface Library) using records 1:schema validating XML

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.