Home  >  Article  >  Backend Development  >  A brief discussion on the definition of WEB page tool language XML (2)

A brief discussion on the definition of WEB page tool language XML (2)

黄舟
黄舟Original
2017-03-13 17:52:372071browse


2. The definition of XML
XML is a streamlined SGML that combines the rich functions of SGML with the ease of use of HTML integrated into Web applications. XML retains the extensible capabilities of SGML, which makes XML fundamentally different from HTML. XML is much more powerful than HTML. It is no longer a fixed tag, but allows the definition of an unlimited number of tags to describe the information in the document, allowing nested information structures. HTML is just a general method for displaying data on the Web, while XML provides a general method for directly processing Web data. HTML focuses on describing the display format of the Web page, while XML focuses on describing the content of the Web page.
 XML includes Extensible Format Language XSL (Extensible Style Language) and Extensible Linking Language XLL (Extensible Linking Language).
 XSL is used to translate XML data into HTML or other formats. XSL provides a stacked page CSS function, allowing developers to construct Web pages with an expression layer structure that is different from the data structure of XML. XSL can also be used with HTML to construct stacked pages. XSL can interpret an unlimited number of tags, which makes the Web layout more colorful, such as dynamic text and horse racing text. In addition, XSL also handles multiple languages, double-byte Chinese character display, various processing of grids, etc.
 XLL is the link language of XML. It is similar to the link of HTML, but has more powerful functions. XLL supports extensible links and multi-directional links. It breaks the restriction that HTML only supports the simplest links under the concept of hypertext, and can support address-independent domain names, two-way links, loops, collection links from multiple sources, etc. XLL links are not restricted by documents and can be specified and managed completely according to user requirements.
In order to make XML easy to learn and use, XML has streamlined a large number of SGML functions that are rarely used once. Just as only eight thousand of the hundreds of thousands of Chinese characters are commonly used, and the commonly used parts of SGML only account for 20%, XML discards the uncommon parts of SGML, making it 80% streamlined at once. As a result, the syntax specification of XML is only 30 pages, while SGML has 500 pages.
 XMLThe design also considers its ease of use. The ease of use comes from two aspects: on the one hand, it is convenient for users to write Web pages, and on the other hand, designers implementXML The browser isn't too difficult either.
In short, XML uses a simple and flexible standard format to provide an effective means for describing and exchanging data for Web-based applications. HTML describes a common method for displaying global data, while XML provides a common method for directly processing global data.                                                                                                

The above is the detailed content of A brief discussion on the definition of WEB page tool language XML (2). For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn