加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

XML介绍

发布时间:2020-12-16 05:41:30 所属栏目:百科 来源:网络整理
导读:XML Extensible Markup Language 扩展标记语言 xml spec 1.1 https://www.w3.org/TR/2006/REC-xml11-20060816/ 中文版课程 http://www.w3school.com.cn/xml/index.asp 一种类似树结构的文档 由各级元素组成,元素分为根元素和子元素 元素有属性和值 元素有开

XML Extensible Markup Language 扩展标记语言


xml spec 1.1

https://www.w3.org/TR/2006/REC-xml11-20060816/

中文版课程

http://www.w3school.com.cn/xml/index.asp


一种类似树结构的文档

由各级元素组成,元素分为根元素和子元素

元素有属性和值


元素有开始标签start-tag和结束标签end-tag

开始标签<TagName>

结束标签</TagName>


注释

<!-- This is a comment -->


XML 以 LF 作为换行符


XML 命名空间namespaces 用来避免元素命名冲突

https://www.w3.org/TR/2009/REC-xml-names-20091208/


The prefix xml is by definition bound to the namespace name http://www.w3.org/XML/1998/namespace. It MAY,but need not,be declared,and MUST NOT be bound to any other namespace name. Other prefixes MUST NOT be bound to this namespace name,and it MUST NOT be declared as the default namespace. The prefix xmlns is used only to declare namespace bindings and is by definition bound to the namespace name http://www.w3.org/2000/xmlns/. It MUST NOT be declared . Other prefixes MUST NOT be bound to this namespace name,and it MUST NOT be declared as the default namespace. Element names MUST NOT have the prefix xmlns. The namespace prefix,unless it is xml or xmlns,MUST have been declared in a namespace declaration attribute in either the start-tag of the element where the prefix is used or in an ancestor element (i.e.,an element in whose content the prefixed markup occurs).

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读