[libxml2.wiki] Update home



commit a2b8cfbbb8477931a58f7e95a0623396edc7903c
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Sat Feb 12 18:22:22 2022 +0000

    Update home

 home.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/home.md b/home.md
index 9fe1a69..df28780 100644
--- a/home.md
+++ b/home.md
@@ -1,4 +1,4 @@
-Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome 
platform), it is free software available under the [MIT 
License](http://www.opensource.org/licenses/mit-license.html). XML itself is a metalanguage to design markup 
languages, i.e. text language where semantic and structure are added to the content using extra "markup" 
information enclosed between angle brackets. HTML is the most well-known markup language. Though the library 
is written in C [a variety of language bindings](http://xmlsoft.org/python.html) make it available in other 
environments.
+Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome 
platform), it is free software available under the [MIT 
License](http://www.opensource.org/licenses/mit-license.html). XML itself is a metalanguage to design markup 
languages, i.e. text language where semantic and structure are added to the content using extra "markup" 
information enclosed between angle brackets. HTML is the most well-known markup language. Though the library 
is written in C a variety of language bindings make it available in other environments.
 
 Libxml2 is known to be very portable, the library should build and work without serious troubles on a 
variety of systems (Linux, Unix, Windows, CygWin, MacOS, MacOS X, RISC Os, OS/2, VMS, QNX, MVS, VxWorks, ...)
 
@@ -57,8 +57,7 @@ There are a number of language bindings and wrappers available for libxml2, the
 
 * [Libxml++](https://libxmlplusplus.github.io/libxmlplusplus/) seems the most up-to-date C++ bindings for 
libxml2, check the [documentation](https://developer-old.gnome.org/libxml++/) and the 
[examples](https://github.com/libxmlplusplus/libxmlplusplus/tree/master/examples).
 * There is another [C++ wrapper based on the gdome2 bindings](http://libgdome-cpp.berlios.de/) maintained by 
Tobias Peters.
-* and a third C++ wrapper by Peter Jones <[pjones pmade org](mailto:pjones pmade org)>
-
+* and a third C++ wrapper by Peter Jones <[pjones pmade org](mailto:pjones pmade org)>\
   Website: <http://pmade.org/pjones/software/xmlwrapp/>
 * XML::LibXML [Perl bindings](http://cpan.uwinnipeg.ca/dist/XML-LibXML) are available on CPAN, as well as 
XML::LibXSLT [Perl libxslt bindings](http://cpan.uwinnipeg.ca/dist/XML-LibXSLT).
 * If you're interested into scripting XML processing, have a look at [XSH](http://xsh.sourceforge.net/) an 
XML editing shell based on Libxml2 Perl bindings.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]