XML使用知识

前端之家收集整理的这篇文章主要介绍了XML使用知识前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1. 相关概念

(1). ENCODING
The Unicode character set can be encoded into bytes for storage or transmission in a variety of different ways,called "encodings".
(2). SAX
Stream-oriented APIs accessible from a programming language,for exampleSAXandStAX
(3). DOM

Tree-traversal APIs accessible from a programming language,for exampleDOM.

2. XML C/C++ Parese Libraries

文章[1]总结的非常好,根据易用行和性能,最终选择了pugixml

文章[2] 对各种XML的选择非常好


Reference

[1]Free C or C++ XML Parser Libraries

[2] What XML parser should I use in C++?

原文链接:https://www.f2er.com/xml/299186.html

猜你在找的XML相关文章