当前位置:网站首页>Learning about XML (1)
Learning about XML (1)
2022-07-30 22:06:00 【naive little witch】
Overview of XML
1. What is XML?
XML refers to an extensible markup language.
2. What is the difference between XML and HTML?
- HTML tags cannot be customized, XML tags can only be customized;
- The xml syntax requirements are not strict, but the xml syntax requirements are extremely strict and must be paired tags.
XML and HTML are designed for different purposes:
XML was designed to transmit and store data, with the focus being on the content of the data.HTML is designed to display data, and the focus is on the appearance of the data.
XML syntax rules
1.XML must contain the root element, which is the parent of all other elements.
2.XML header declaration: not mandatory, optional.

3. All XML elements must have a closing tag
hello world /***errorhello world //correct 4.XML tags are case sensitive
5.XML must be properly nested
6. The XML attribute value must be enclosed in quotation marks, both single and double quotation marks are acceptable.
7. Entity reference
In XML, some characters have special meanings.
If you put the character "<" inside an XML element, an error occurs because the parser treats it as the start of a new element.
This will generate an XML error.

Writing at the end, the article may have some mistakes, please criticize and point out any shortcomings.
边栏推荐
- 走进Redis,让你重新认识redis。绝不是表面
- MySQL分页查询的5种方法
- How do I refresh the company's background management system (Part 1) - performance optimization
- 系统结构考点之多级混洗交换网络
- Gxlcms有声小说系统/小说听书系统源码
- Difference between cookie and session
- NEOVIM下载安装与配置
- CISP-PTE真题演示
- 【科研】文献下载神器方式汇总
- The mysql time field is set to the current time by default
猜你喜欢

WSL安装图形界面并通过xrdp/X-Launch访问

matlab标量场作图

【科研】文献下载神器方式汇总

MySQL 用户授权

【微信小程序】小程序突破小程序二维码数量限制

MySql 5.7.38 download and installation tutorial, and realize the operation of MySql in Navicat

解决centos8 MySQL密码问题ERROR 1820 (HY000) You must reset your password using ALTER USER

482-静态库、动态库的制作、使用及区别

鳄梨价格数据集(Avocado Prices)

数据质量提升
随机推荐
ArrayList扩容机制分析
How do I refresh the company's background management system (Part 1) - performance optimization
ELF: Loading process
The most powerful and most commonly used SQL statements in history
大家都在用的plm项目管理软件有哪些
TransGAN code reproduction - Jiutian Bisheng Platform
【问题】Mysql Waiting for table metadata lock 解决方案 修改lock_wait_timeout时间
MySQL 灵魂 16 问,你能撑到第几问?
ClickHouse to create a database to create a table view dictionary SQL
登堂入室之soc开发makefile
About the data synchronization delay of MySQL master-slave replication
2sk2225代换3A/1500V中文资料【PDF数据手册】
基于ABP实现DDD--仓储实践
系统结构考点之并行主存
Installation and use of cnpm
【无标题】
系统结构考点之CRAY-1向量处理机
ClickHouse 创建数据库建表视图字典 SQL
系统结构考点之PM2I单级网络
Google Earth Engine ——我们如何筛选一个列表中的排序以时间为例