An XML document that conforms to the grammar is called a well-structured XML document. An XML document that passes DTD validation is called a valid XML document. "Well-structured" XML document A well-structured XML document should use correct syntax. A well-structured XML document should comply with XML syntax rules. The example given in the previous chapter is a well-structured XML document:
1. XML Guide - XML Confirmation
Introduction: An XML document that conforms to the grammar is called a well-structured XML document. An XML document that passes DTD validation is called a valid XML document.
##Introduction: All text in the XML document will be parsed by the parser. Only text within the CDATA component will be ignored by the parser.
##Introduction: The grammatical rules of XML are simple and strict, making it very easy to learn and use. Because of this, it is relatively easy to write software that reads and manipulates XML.
4.
##Introduction: XML elements are extensible and are related to each other. XML elements have simple naming rules.
5.
XML Guide - XML Browser (Netscape, Explorer)Introduction: Many applications support XML. We're focusing on Internet Explorer 5.
6.
XML Guide - Viewing XML Files##Introduction: The original XML file can be viewed with IE 5.0 (or higher) or Netscape 6, but if you want the XML document to be displayed like a Web page, you must add some additional display information.
7. XML Guide - XML Data Island
##Introduction: Using IE5.0 or higher, XML data can be embedded in HTML pages in the form of data islands. Embedding XML data in HTML pages XML data can be embedded into HTML pages using the unofficial standard
8. XML Guide - XML Attributes
##Introduction: Like HTML, XML elements can be marked by element attributes. Attributes usually contain some additional information about the element.
9.XML Guide - XML Encoding
Introduction: XML documents can contain foreign characters such as Norwegian or French (Chinese is also possible! This part still cannot be translated according to the original text. Here are some The content is written by myself)
The above is the detailed content of How to use the XML guide? Summarizing XML Guide Example Usage. For more information, please follow other related articles on the PHP Chinese website!