当前位置:网站首页>XML related interview questions
XML related interview questions
2022-06-23 09:40:00 【Linging_ twenty-four】
https://zhuanlan.zhihu.com/p/33804163
https://blog.csdn.net/tanwei4199/article/details/24006275
1、 What is? XML
Extensible markup language , It is used for data transmission and storage , You can customize the label , Just need to satisfy <> closed </> that will do .
2、XML And HTML The difference between

3、XML For data transfer , So it's with JSON The difference between ?
- XML The file format is complex , More broadband , Server side and client side parsing xml It costs more resources and time .
- JSON File format compression , Take up less broadband
4、 What is? XPath
For from XML To retrieve and locate elements and attributes . It has its own grammar and rules .
5、DOM and SAX What's the difference between parsers
DOM load XML The method of XML The file is loaded into memory in a tree structure , Not suitable for loading large , Random access is possible XML The elements of .
SAX load XML Is event driven , take XML The file is partially loaded into memory , Suitable for handling large files , Not right XML Add, delete and modify , Parsing can only be performed once from beginning to end , No random access .
边栏推荐
- Redis学习笔记—数据类型:哈希(hash)
- 全局快门和卷帘快门的区别
- Redis learning notes - publish and subscribe
- Sun Tower Technology recruits PostgreSQL Database Engineer
- UEFI源码学习3.7 - NorFlashDxe
- [plugin:vite:import-analysis]Failed to resolve import “@/“ from ““.Does the file exist
- Correspondence between three-tier architecture and SSM
- Opening, creating and storing files
- Redis学习笔记—redis-benchmark详解
- RBtree
猜你喜欢
随机推荐
Redis学习笔记—地理信息定位(GEO)
Game of life of leetcode topic analysis
cooding代码库的使用笔记
[GXYCTF2019]BabyUpload
多线程习题
ICLR 2022 | 视频中的动态卷积TAdaConv以及高效的卷积视频理解模型TAdaConvNeXt
Sequential representation and implementation of sequencelist -- linear structure
mysql乐观锁与悲观锁
UCOSII (learning notes)
高性能算力中心 — RDMA — 实现技术
RBtree
Structure binary tree from preorder and inorder traversal for leetcode topic analysis
Kotlin Series 1: getting started with basics
Thin film interference data processing
Go 单元测试
给RepVGG填坑?其实是RepVGG2的RepOptimizer开源
Aiming at the overseas pet market, "grasshand" has developed an intelligent tracking product independent of mobile phones | early project
Redis learning notes - Database Management
[MRCTF2020]Ez_ bypass
高性能算力中心 — NVMe/NVMe-oF — NVMe-oF Overview





![[GYCTF2020]Blacklist](/img/a8/0f7231e5c498e6c89ff2e3bcb122f2.png)
