Libxml2: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
mNo edit summary
Line 15: Line 15:


== Description ==
== Description ==
Written in the [[C programming language]], libxml2 provides bindings to [[C++]], [[Ch interpreter|Ch]],<ref>{{cite web|url=http://chlibxml2.sourceforge.net/|title=ch libxml2 open source binding}}</ref> [[XSH (programming language)|XSH]], [[C Sharp (programming language)|C#]], [[Python (programming language)|Python]], [[Kylix (software)|Kylix]]/[[Delphi (programming language)|Delphi]] and other [[Pascal (programming language)|Pascal]]s, [[Ruby (programming language)|Ruby]], [[Perl]], [[Common Lisp]],<ref>{{cite web|url=http://code.google.com/p/cl-libxml2/|title=cl-libxml2 High-level wrapper around libxml2 and libxslt libraries}}</ref> and [[PHP]].<ref>{{Cite web|url=http://php.net/manual/en/book.libxml.php|title=PHP: libxml - Manual|website=php.net|access-date=2016-05-16}}</ref> It was originally developed for the [[GNOME]] project, but can be used outside it. libxml2's code is highly portable,<ref>{{Cite web|url=http://www.xmlsoft.org/python.html|title=Python and bindings|website=www.xmlsoft.org|access-date=2016-05-16}}</ref> since it depends on standard ANSI C libraries only,<ref>{{Cite web|url=http://www.xmlsoft.org/xml.html|title=The XML C parser and toolkit of Gnome|website=www.xmlsoft.org|access-date=2016-05-16}}</ref> and it is released under the [[MIT license]]. This library was written by Daniel Veillard and receives active feedback from its users.
Written in the [[C programming language]], libxml2 provides bindings to [[C++]], [[Ch interpreter|Ch]],<ref>{{cite web|url=http://chlibxml2.sourceforge.net/|title=ch libxml2 open source binding}}</ref> [[XSH (programming language)|XSH]], [[C Sharp (programming language)|C#]], [[Python (programming language)|Python]], [[Kylix (software)|Kylix]]/[[Delphi (programming language)|Delphi]] and other [[Pascal (programming language)|Pascal]]s, [[Ruby (programming language)|Ruby]], [[Perl]], [[Common Lisp]],<ref>{{cite web|url=http://code.google.com/p/cl-libxml2/|title=cl-libxml2 High-level wrapper around libxml2 and libxslt libraries}}</ref> and [[PHP]].<ref>{{Cite web|url=http://php.net/manual/en/book.libxml.php|title=PHP: libxml - Manual|website=php.net|access-date=2016-05-16}}</ref> It was originally developed for [[GNOME Project|the GNOME project]], but can be used outside it. libxml2's code is highly portable<ref>{{Cite web|url=http://www.xmlsoft.org/python.html|title=Python and bindings|website=www.xmlsoft.org|access-date=2016-05-16}}</ref> since it only depends on standard [[ANSI C]] libraries<ref>{{Cite web|url=http://www.xmlsoft.org/xml.html|title=The XML C parser and toolkit of Gnome|website=www.xmlsoft.org|access-date=2016-05-16}}</ref> and it is available under the [[MIT license]].<ref>{{Cite web |date=2022-12-08 |title=Home · Wiki · GNOME / libxml2 · GitLab |url=https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home |access-date=2023-06-26 |website=GitLab |language=en}}</ref> It was written by Daniel Veillard and receives active feedback from its users.


It includes the [[command-line utility]] '''xmllint''' and an [[HTML]] parser.<ref>{{cite web |last1=Veillard |first1=Daniel |title=HTMLparser: interface for an HTML 4.0 non-verifying parser |url=https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-HTMLparser.html |website=libxml2 Reference Manual |publisher=GNOME}}</ref>
It includes the [[command-line utility]] '''xmllint''' and an [[HTML]] parser.<ref>{{cite web |last1=Veillard |first1=Daniel |title=HTMLparser: interface for an HTML 4.0 non-verifying parser |url=https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-HTMLparser.html |website=libxml2 Reference Manual |publisher=GNOME}}</ref>

Revision as of 03:49, 26 June 2023

libxml2
Original author(s)The GNOME Project
Initial releaseSeptember 23, 1999; 24 years ago (1999-09-23)
Stable release
2.12.7[1] Edit this on Wikidata / May 13, 2024; 4 days ago (May 13, 2024)
Repository
Written inC
Operating systemcross-platform[2]
TypeXML parser, XML validator
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,[3] XSH, C#, Python, Kylix/Delphi and other Pascals, Ruby, Perl, Common Lisp,[4] and PHP.[5] It was originally developed for the GNOME project, but can be used outside it. libxml2's code is highly portable[6] since it only depends on standard ANSI C libraries[7] and it is available under the MIT license.[8] It was written by Daniel Veillard and receives active feedback from its users.

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

See also

References

  1. ^ "libxml2 2.12.7 · GNOME / libxml2 · GitLab". Retrieved 14 May 2024.
  2. ^ "Introduction". 28 November 2017. Retrieved 25 March 2018.
  3. ^ "ch libxml2 open source binding".
  4. ^ "cl-libxml2 High-level wrapper around libxml2 and libxslt libraries".
  5. ^ "PHP: libxml - Manual". php.net. Retrieved 2016-05-16.
  6. ^ "Python and bindings". www.xmlsoft.org. Retrieved 2016-05-16.
  7. ^ "The XML C parser and toolkit of Gnome". www.xmlsoft.org. Retrieved 2016-05-16.
  8. ^ "Home · Wiki · GNOME / libxml2 · GitLab". GitLab. 2022-12-08. Retrieved 2023-06-26.
  9. ^ Veillard, Daniel. "HTMLparser: interface for an HTML 4.0 non-verifying parser". libxml2 Reference Manual. GNOME.

External links