+++ to secure your transactions use the Bitcoin Mixer Service +++

 

Libxml2: Difference between revisions

Content deleted Content added
G105b (talk | contribs)
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.
No edit summary
 
(32 intermediate revisions by 18 users not shown)
Line 1:
{{Lowercase}}
{{redirect-distinguish|libXML|XML Library}}
{{Infobox software
| name = libxml2
| title =
| logo = <!-- Image name is enough -->
| logo caption =
| logo_size =
| logo_alt =
| screenshot = <!-- Image name is enough -->
| caption =
| screenshot_size =
| screenshot_alt =
| collapsible =
| author = [[The GNOME Project]]
| developer = Various people
| released = {{Start date and age|1999|09|23}}
| latest release version = {{wikidata|property|edit|reference|P348}}
| discontinued =
| latest release versiondate = {{start date and age|{{wikidata|qualifier|mdy|P348|P577}}}}
| latest release date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| latest preview version =
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| frequently updated = yes
| status =
| programming language = [[C (programming language)|C]]
| operating system = [[Unixcross-likeplatform]],<ref>{{cite Windows,web|url=http://xmlsoft.org/intro.html|title=Introduction|access-date=25 CygWin,March Mac2018|date=28 OS,November RISC OS, OS2017}}</2, VMS, QNX, MVSref>
| platformgenre = [[XML]] parser, [[XML validation|XML validator]]
| size =
| language =
| language count = <!-- DO NOT include this parameter unless you know what it does -->
| language footnote =
| genre = [[XML parser]]
| license = [[MIT License]]
| website = {{URL|http://xmlsoft.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 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]], [[Swift (programming language)|Swift]], [[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 can be accessed from the [[Perl|Perl programming language]] using the [[XML::LibXML]] module. It was originally developed for the [[GNOME Project|the GNOME project]] project, but can be used outside it. The libXMLlibxml2'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 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 releasedavailable under the [[MIT license]].<ref>{{Cite Thisweb library|date=2022-12-08 was|title=Home written· byWiki Daniel· VeillardGNOME and/ enjoyslibxml2 active· feedbackGitLab from|url=https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home its|access-date=2023-06-26 users.|website=GitLab |language=en}}</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=httphttps://wwwgnome.xmlsoftpages.gitlab.gnome.org/htmllibxml2/libxmldevhelp/libxml2-HTMLparser.html |titlewebsite=HTMLparserlibxml2 Reference Manual |publisher=GNOME}}</ref>
 
== See also ==
{{Portal|Free and open-source software}}
* [[libxslt]] (the LibXML2's [[XSLT]] module)
* [[XML validation]]
* [[Comparison of HTML parsers]]
* [[SaxonExpat XSLT(library)]] (competitor)
* [[XalanSaxon XSLT]] (competitor)
* [[Apache Xerces|Xerces]]
 
== References ==
Line 52 ⟶ 32:
 
== External links ==
* {{Official website}}
* [http://xmlsoft.org/ LibXML Home Page]
* [http://metacpan.org/module/XML::LibXML/ XML::LibXML Perl module]
 
{{GNOME}}
 
[[Category:C (programming language) libraries]]
[[Category:Free software programmed in C]]
[[Category:GNOME libraries]]