dunhaiyang / taoxml

a toy xml parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

taoxml

taoxml - a toy xml parser

source.cpp

版本一:解析节点到树结构,支持查询与遍历

source2.cpp

版本二:直接在内存中解析,不生成节点,效率高,适合内嵌

About

a toy xml parser


Languages

Language:C++ 100.0%