readme

来自「c语言编写的xml解析器可以方便的遍历插入删除节点等操作的」· 代码 · 共 20 行

TXT
20
字号
libxml++-------------This library provides a C++ interface to XML files.  It useslibxml 2 to access the XML files, and in order toconfigure libxml++ you must have both libxml and pkg-config installed.To get the latest version of libxml++, see http://libxmlplusplus.sourceforge.net/To contact the developers, send e-mail to the mailing list. We welcome patches, butit helps to discuss them first.Read the file 'INSTALL' for instructions to compile and install the library.See the examples directory for example code.Use pkg-config to discover the necessary include and linker arguments. For instance,  pkg-config libxml++-1.0 --cflags --libsIdeally you would use PKG_CHECK_MODULES in your configure.ac file.See http://www.murrayc.com for generic help with that.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?