Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), it is free software available under the MIT License. XML itself is a metalanguage to design markup languages, i.e. text language where semantic and structure are added to the content using extra "markup" information enclosed between angle brackets. HTML is the most well-known markup language. Though the library is written in C a variety of language bindings make it available in other environments.
2023-02-28 13:11:37 425KB xml解析工具
1
XML解析、XML生成工具,灵活好用的XML解析器、封装接口简单易用
2022-03-06 11:31:05 45KB XML解析工具
1
封装好的Javascript解析XML工具类。
2021-08-04 10:15:13 860B XML解析
1
小巧实用的c++ xml解析工具类——tinyxml,非常好用
2021-07-20 16:20:55 239KB tinyxml xml c++ 类库
1
读取和设置xml配置文件是最常用的操作,试用了几个C++的XML解析器,个人感觉TinyXML是使用起来最舒服的,因为它的API接口和Java的十分类似,面向对象性很好。 TinyXML是一个开源的解析XML的解析库,能够用于C++,能够在Windows或Linux中编译。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这棵XML树。
2021-07-02 10:44:07 6.92MB XML解析工具
1
XML交互时方便进行XML格式转换,包含XML格式数据转换成list对象方法,参数拼接成XML方法
2021-03-29 16:10:15 3KB xml java
1
脚本解析工具,可使用Groovy或Xquery解析JSON报文或XML报文
2021-03-29 11:06:40 25.35MB groovy 脚本语言 json xml
1