Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libxml2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 93
    • Issues 93
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • libxml2
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Feb 12, 2022 by Nick Wellnhofer's avatar Nick Wellnhofer
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 2d0264bf
......@@ -51,6 +51,29 @@ TODO
There is a mailing-list [xml@gnome.org](mailto:xml@gnome.org) for libxml, with an [on-line archive](http://mail.gnome.org/archives/xml/) ([old](http://xmlsoft.org/messages)). To subscribe to this list, please visit the [associated web](http://mail.gnome.org/mailman/listinfo/xml) page and follow the instructions.
## Language bindings
There are a number of language bindings and wrappers available for libxml2, the list below is not exhaustive.
* [Libxml++](https://libxmlplusplus.github.io/libxmlplusplus/) seems the most up-to-date C++ bindings for libxml2, check the [documentation](https://developer-old.gnome.org/libxml++/) and the [examples](https://github.com/libxmlplusplus/libxmlplusplus/tree/master/examples).
* There is another [C++ wrapper based on the gdome2 bindings](http://libgdome-cpp.berlios.de/) maintained by Tobias Peters.
* and a third C++ wrapper by Peter Jones <[pjones@pmade.org](mailto:pjones@pmade.org)>
Website: <http://pmade.org/pjones/software/xmlwrapp/>
* XML::LibXML [Perl bindings](http://cpan.uwinnipeg.ca/dist/XML-LibXML) are available on CPAN, as well as XML::LibXSLT [Perl libxslt bindings](http://cpan.uwinnipeg.ca/dist/XML-LibXSLT).
* If you're interested into scripting XML processing, have a look at [XSH](http://xsh.sourceforge.net/) an XML editing shell based on Libxml2 Perl bindings.
* [Dave Kuhlman](mailto:dkuhlman@cutter.rexx.com) provides an earlier version of the libxml/libxslt [wrappers for Python](http://www.rexx.com/\~dkuhlman).
* Gopal.V and Peter Minten develop [libxml#](http://savannah.gnu.org/projects/libxmlsharp), a set of C# libxml2 bindings.
* Petr Kozelka provides [Pascal units to glue libxml2](http://sourceforge.net/projects/libxml2-pas) with Kylix, Delphi and other Pascal compilers.
* Uwe Fechner also provides [idom2](http://sourceforge.net/projects/idom2-pas/), a DOM2 implementation for Kylix2/D5/D6 from Borland.
* There is [bindings for Ruby](http://libxml.rubyforge.org/) and libxml2 bindings are also available in Ruby through the [libgdome-ruby](http://libgdome-ruby.berlios.de/) module maintained by Tobias Peters.
* Steve Ball and contributors maintains [libxml2 and libxslt bindings for Tcl](http://tclxml.sourceforge.net/).
* libxml2 and libxslt are the default XML libraries for PHP5.
* [LibxmlJ](http://savannah.gnu.org/projects/classpathx/) is an effort to create a 100% JAXP-compatible Java wrapper for libxml2 and libxslt as part of GNU ClasspathX project.
* Patrick McPhee provides Rexx bindings for libxml2 and libxslt, look for [RexxXML](http://www.interlog.com/\~ptjm/software.html).
* [Satimage](http://www.satimage.fr/software/en/xml_suite.html) provides [XMLLib osax](http://www.satimage.fr/software/en/downloads_osaxen.html). This is an osax for Mac OS X with a set of commands to implement in AppleScript the XML DOM, XPATH and XSLT. Also includes commands for Property-lists (Apple's fast lookup table XML format.)
* Francesco Montorsi developed [wxXml2](https://sourceforge.net/project/showfiles.php?group_id=51305&package_id=45182) wrappers that interface libxml2, allowing wxWidgets applications to load/save/edit XML instances.
## Contributions
* Bjorn Reese, William Brack and Thomas Broyer have provided a number of patches, Gary Pennington worked on the validation API, threading support and Solaris port.
......
Clone repository
  • Architecture
  • Catalog support
  • Encodings support
  • Entities
  • FAQ
  • IO interfaces
  • Memory management
  • Namespaces
  • Parser interfaces
  • Python bindings
  • Reader Interface
  • SAX interface
  • Thread safety
  • Tree structure
  • Validation and DTDs
View All Pages