- XML - Validation
- XML - Encoding
- XML - Processing
- XML - White Spaces
- XML - CDATA Sections
- XML - Character Entities
- XML - Comments
- XML - Attributes
- XML - Elements
- XML - Tags
- XML - Declaration
- XML - Documents
- XML - Syntax
- XML - Overview
- XML - Home
Advance XML
XML Tools
XML Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
XML - Overview
页: 1 XML标记识别数据,用于储存和组织数据,而不是说明如何显示数据为超文本标记。 XML不会在不久的将来取代超文本,但它通过采用许多超文本的成功特征,带来了新的可能性。 XML有三个重要特点,它有助于各种系统和解决办法—— XML> • XML允许你创建适合您申请的自我描述的标签或语言。
XML 载有数据,未提供。 - XML允许你储存数据,而不论数据如何提交。
XML is a pubpc standard • XML是由一个名为“万维网集团”的组织开发的,并作为公开的标准提供。
XML Usage
“XML”的使用范围很短,但都是如此。
XML可以在幕后开展工作,简化为大型网站制作超文本文件的工作。
XML可用于各组织和系统之间的信息交流。
XML可用于数据库的卸载和重载。
可将XML用于储存和安排数据,从而可以根据你的数据处理需要定制数据。
XML很容易与风格表合并,以产生几乎所有预期产出。
几乎所有类型的数据都可以作为XML文件表示。
What is Markup?
XML是一种标志性语言,它用便于人阅读和机器阅读的方式界定了一套编码文件的规则。 因此,究竟是用什么标记语言? 标记是一份文件中的信息,该文件以某种方式加强了其含义,因为它确定了各部分及其彼此的关系。 更具体地说,标记语言是一套可列入文件案文的标志,以便划定和标明该文件的部分。
下面的例子表明,XML标志在一文中插入时如何看待——
<message> <text>Hello, world!</text> </message>
该刀包括标记符号或标记,如“带”;mes;mes;......</message>and <text>...... </text> The tags <message>and </message> sign and the end of the XML Code Fra. The tags <text> andlt;/text> surround the text Hello, world!
Is XML a Programming Language?
A programming language consists of grammar rules and its own vocabulary which is used to create computer programs. These programs instruct the computer to perform specific tasks. XML does not quapfy to be a programming language as it does not perform any computation or algorithms. It is usually stored in a simple text file and is processed by special software that is capable of interpreting XML.
Advertisements