Xml
Directory
xml more and more hot, the basic tutorials on XML are also ubiquitous on the web. But a lot of concepts and terminology are often daunting, and many friends ask me: What is the use of XML, we need to learn it? I would like to write a more comprehensive introduction to my personal experiences and experience in the learning process. First, there are two points to be sure:
First: XML is certainly the future trend, both Web designers and web programmers should learn and understand in time, waiting will only let you lose opportunities;
Second: New knowledge will certainly have many new concepts, try to understand and accept, You are only likely to improve. Do not be afraid and escape, after all, we are young. The
article is divided into five major sections. These are XML QuickStart, XML concepts, XML terminology, XML implementation, and XML example analysis. The last appendix describes the resources associated with XML. The author stands in the ordinary web designer's angle, in the plain vivid language, tells you all aspects of the XML, helps you to push through the mysterious veil of XML, quickly enters the new domain of XML.
• Chapter I: XML QuickStart
• I. What is XML?
• Two. is XML a new concept?
• Three. What are the benefits of using XML?
• Four. is XML difficult to learn?
• Five. Differences between XML and HTML
• Six. XML's strict format
• Seven. More about XML
• Chapter II: XML Concepts
· I. Extensibility
• Two. Identity
• Three. Language
· Four. Structured
• Five. Meta Data
• Six. Display
• Seven. DOM
• Chapter III: XML Terms
• Introduction
• Terminology relating to XML documents
• Two. Related terms for DTDs
· Fourth Chapter: XML Syntax
• XML syntax rules
• Two. Syntax of the element
• Three. Syntax for annotations
• Four. CDATA Syntax
• Five. namespaces Syntax
• Six. Entity Syntax
Seven. Syntax for DTDs
• Fifth: XML instance interpretation
I. Define a new identity
• Two. Create an XML document
three. Create the corresponding HTML file
• Chapter Sixth: XML Related resources