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 @ a2b8cfbb
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](http://www.opensource.org/licenses/mit-license.html). 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](http://xmlsoft.org/python.html) make it available in other environments.
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](http://www.opensource.org/licenses/mit-license.html). 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.
Libxml2 is known to be very portable, the library should build and work without serious troubles on a variety of systems (Linux, Unix, Windows, CygWin, MacOS, MacOS X, RISC Os, OS/2, VMS, QNX, MVS, VxWorks, ...)
......@@ -57,8 +57,7 @@ There are a number of language bindings and wrappers available for libxml2, the
* [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)>
* 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.
......
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