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 @ 2c327b63
......@@ -43,15 +43,18 @@ Here are some key points about libxml:
* Libxml2 also has a [SAX like interface](http://www.megginson.com/SAX/index.html); the interface is designed to be compatible with [Expat](http://www.jclark.com/xml/expat.html).
* This library is released under the [MIT License](http://www.opensource.org/licenses/mit-license.html). See the Copyright file in the distribution for the precise wording.
## Documentation
## HTML Documentation
Generated HTML documentation is available via GitLab Pages:
- [API documentation](https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/)
- [Tutorial](https://gnome.pages.gitlab.gnome.org/libxml2/tutorial/)
- [`xmllint` man page](https://gnome.pages.gitlab.gnome.org/libxml2/xmllint.html)
- [`xmlcatalog` man page](https://gnome.pages.gitlab.gnome.org/libxml2/xmlcatalog_man.html)
## Mailing list
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.
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/). To subscribe to this list, please visit the [associated web](http://mail.gnome.org/mailman/listinfo/xml) page and follow the instructions.
## Language bindings
......@@ -82,8 +85,8 @@ There are a number of language bindings and wrappers available for libxml2, the
* [Igor Zlatkovic](mailto:igor@zlatkovic.com) is now the maintainer of the Windows port, [he provides binaries](http://www.zlatkovic.com/projects/libxml/index.html)
* [Gary Pennington](mailto:Gary.Pennington@sun.com) provides [Solaris binaries](http://garypennington.net/libxml2/)
* [Matt Sergeant](http://mail.gnome.org/archives/xml/2001-March/msg00014.html) developed [XML::LibXSLT](http://axkit.org/download/), a Perl wrapper for libxml2/libxslt as part of the [AxKit XML application server](http://axkit.com/)
* [Felix Natter](mailto:fnatter@gmx.net) and [Geert Kloosterman](mailto:geertk@ai.rug.nl) provide [an emacs module](http://xmlsoft.org/libxml-doc.el) to lookup libxml(2) functions documentation
* [Ziying Sherwin](mailto:sherwin@nlm.nih.gov) provided [man pages](http://xmlsoft.org/messages/0488.html)
* [Felix Natter](mailto:fnatter@gmx.net) and [Geert Kloosterman](mailto:geertk@ai.rug.nl) provide [an emacs module](/GNOME/libxml2/-/blob/master/doc/libxml-doc.el) to lookup libxml(2) functions documentation
* [Ziying Sherwin](mailto:sherwin@nlm.nih.gov) provided man pages
* there is a module for [libxml/libxslt support in OpenNSD/AOLServer](http://acs-misc.sourceforge.net/nsxml.html)
* [Dave Kuhlman](mailto:dkuhlman@cutter.rexx.com) provided the first version of libxml/libxslt [wrappers for Python](http://www.rexx.com/\~dkuhlman)
* Petr Kozelka provides [Pascal units to glue libxml2](http://sourceforge.net/projects/libxml2-pas) with Kylix and Delphi and other Pascal compilers
......
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