You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libxml++ is a C++ wrapper for the [libxml](http://www.xmlsoft.org) XML parser library.
9
+
10
+
## License
11
+
12
+
Libxml++ is released under the [LGPL](http://www.gnu.org/licenses/lgpl.html#TOC1) version 2 or above
13
+
14
+
## Download
15
+
16
+
You can download libxml++ from [here](http://ftp.gnome.org/pub/GNOME/sources/libxml++/).
17
+
18
+
## Required Libraries
19
+
20
+
*[libxml2](http://www.xmlsoft.org/)
21
+
*[glibmm-2.4](http://www.gtkmm.org/) (or a subset of it containing at least Glib::ustring)
22
+
23
+
## Documentation
24
+
25
+
The short [reference documentation](http://library.gnome.org/devel/libxml++-tutorial/stable/)
26
+
27
+
The short [manual](http://library.gnome.org/devel/libxml++-tutorial/stable/) gives an overview of the libxml++ API. You can also browse online the [reference documentation](http://library.gnome.org/devel/libxml++/stable/).
28
+
29
+
## Development
30
+
31
+
Libxml++ uses the GNOME [git repository](https://gitlab.gnome.org/GNOME/libxmlplusplus/).
32
+
33
+
Bugs and patches are tracked in GNOME's GitLab issue tracker. Here is a list of [open issues](https://gitlab.gnome.org/GNOME/libxmlplusplus/issues). Add new issues [here](https://gitlab.gnome.org/GNOME/libxmlplusplus/issues/new).
34
+
35
+
## Contact
36
+
37
+
Please use the [libxmlplusplus-list mailing list](http://mail.gnome.org/mailman/listinfo/libxmlplusplus-list) or GitLab. Please do not just email the developers directly.
0 commit comments