Jump to content

libxml2

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by G105b (talk | contribs) at 21:03, 16 May 2016 (Removed specific version number from PHP (was referenced as PHP5, actually libxml has been present in PHP since PHP 5 up to the latest release PHP 7.1). Also, citations were added where missing.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Original author(s)The GNOME Project
Developer(s)Various people
Initial releaseSeptember 23, 1999; 25 years ago (1999-09-23)
Repository
Written inC
Operating systemUnix-like, Windows, CygWin, Mac OS, RISC OS, OS/2, VMS, QNX, MVS
TypeXML parser
LicenseMIT License
Websitexmlsoft.org

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,[1] XSH, C#, Python, Kylix/Delphi and other Pascals, Ruby, Common Lisp,[2] and PHP. [3] It can be accessed from the Perl programming language using the XML::LibXML module. It was originally developed for the GNOME project, but can be used outside it. The libXML code is highly portable,[4] since it depends on standard ANSI C libraries only, [5] and it is released under the MIT license. This library was written by Daniel Veillard and enjoys active feedback from its users.

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

See also

References

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