wok diff libxml2/description.txt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (23 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libxml2/description.txt	Fri Jul 01 10:50:21 2022 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +Libxml2 is the XML C parser and toolkit developed for the Gnome project
     1.5 +(but usable outside of the Gnome platform), it is free software available
     1.6 +under the MIT License.
     1.7 +XML itself is a metalanguage to design markup languages, i.e. text language
     1.8 +where semantic and structure are added to the content using extra "markup"
     1.9 +information enclosed between angle brackets.
    1.10 +HTML is the most well-known markup language.
    1.11 +Though the library is written in C a variety of language bindings make it
    1.12 +available in other environments.
    1.13 +
    1.14 +Libxml2 is known to be very portable, the library should build and work without
    1.15 +serious troubles on a variety of systems (Linux, Unix, Windows, CygWin, MacOS,
    1.16 +MacOS X, RISC Os, OS/2, VMS, QNX, MVS, VxWorks, ...)