XML Learning Notes

Source: Internet
Author: User

1. The XML Extensible Markup Language is used to mark electronic files with a structured markup language that can be used to tag data, define data types, and is a source language that allows users to define their own markup language (allowing user customization).

2, Cdata:character Data role: The label as plain text content, syntax: <! [cdata[content]]>, because the normal <> symbol content will be considered, so use it to label such as:

Run the result as
3, DTD constraint: Document Type Definition,xml Technology, you can write a file to constrain an XML writing specification, which is called a constraint. The constraint document defines the element names, attributes, and the order in which elements appear in the XML, and so on. The common constraint techniques are XML DTD, XDR, SOX, XML Schema. DTD storage location is divided into: file, external file
File such as: "+" means that Provence can have more than one label, no "+" words can only have a label, "#PCDATA" means to fill in the text data, such as the name tag under the PHP




See the DTD seems to be somewhat familiar, is not in the ordinary HTML document writing seen, the original HTML document <! DOCTYPE > is a constraint technology.

XML Learning Notes

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.