From 35a201cc8ef0c3f5b2df88d2e528aabee1048348 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 30 Apr 2021 18:47:09 +0200 Subject: Initial/Final commit --- libxml2-2.9.10/doc/devhelp/index.html | 67 +++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 libxml2-2.9.10/doc/devhelp/index.html (limited to 'libxml2-2.9.10/doc/devhelp/index.html') diff --git a/libxml2-2.9.10/doc/devhelp/index.html b/libxml2-2.9.10/doc/devhelp/index.html new file mode 100644 index 0000000..26c2839 --- /dev/null +++ b/libxml2-2.9.10/doc/devhelp/index.html @@ -0,0 +1,67 @@ + + + + + libxml2 Reference Manual + + + + + + + + + + + +

+ libxml2 Reference Manual +

+

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. 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 implements a number of existing standards related to markup +languages:

+ +

As a result the libxml2 API is very + large. If you get lost searching for some specific API use + the online search + engine hosted on xmlsoft.org + the libxml2 and libxslt project page.

+ + -- cgit v1.2.3