libxml2

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Kiwi128 (talk | contribs) at 19:45, 3 January 2019 (source official website URL from Wikidata). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

libxml2
Original author(s)The GNOME Project
Initial releaseSeptember 23, 1999; 24 years ago (1999-09-23)
Repository
Written inC
Operating systemcross-platform[1]
TypeXML parser
LicenseMIT License
Websitexmlsoft.org Edit this on Wikidata

libxml2 is a software library for parsing XML documents. It is also the basis for the libxslt library which processes XSLT-1.0 stylesheets.

Description

Written in the C programming language, libxml2 provides bindings to C++, Ch,[2] XSH, C#, Python, Kylix/Delphi and other Pascals, Ruby, Perl, Common Lisp,[3] and PHP.[4] It was originally developed for the GNOME project, but can be used outside it. libxml2's code is highly portable,[5] since it depends on standard ANSI C libraries only,[6] and it is released under the MIT license. This library was written by Daniel Veillard and receives active feedback from its users.

It includes the command-line utility xmllint and an HTML parser.[7]

See also

References

  1. ^ "Introduction". 28 November 2017. Retrieved 25 March 2018.
  2. ^ "ch libxml2 open source binding".
  3. ^ "cl-libxml2 High-level wrapper around libxml2 and libxslt libraries".
  4. ^ "PHP: libxml - Manual". php.net. Retrieved 2016-05-16.
  5. ^ "Python and bindings". www.xmlsoft.org. Retrieved 2016-05-16.
  6. ^ "The XML C parser and toolkit of Gnome". www.xmlsoft.org. Retrieved 2016-05-16.
  7. ^ "HTMLparser".

External links