https://github.com/movsb/taoxml
a toy XML parser.
https://github.com/movsb/taoxml
Last synced: 7 months ago
JSON representation
a toy XML parser.
- Host: GitHub
- URL: https://github.com/movsb/taoxml
- Owner: movsb
- Created: 2015-09-14T12:33:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-11T09:09:19.000Z (about 10 years ago)
- Last Synced: 2025-02-08T03:44:18.687Z (8 months ago)
- Language: C++
- Homepage:
- Size: 148 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# taoxml
taoxml - a toy xml parser# source.cpp
版本一:解析节点到树结构,支持查询与遍历# source2.cpp
版本二:直接在内存中解析,不生成节点,效率高,适合内嵌