From a7e9d3f37d5e9fba4b9acaa43e7c12b6d9a669ae Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 8 Jun 2006 10:59:26 +0200 Subject: Load /tmp/libxml2-2.6.26 into libxml2/branches/upstream/current. --- doc/index.html | 109 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 54 insertions(+), 55 deletions(-) (limited to 'doc/index.html') diff --git a/doc/index.html b/doc/index.html index 21d61eb..22f013b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -216,74 +216,73 @@ A:link, A:visited, A:active { text-decoration: underline }

-

"Programming -with libxml2 is like the thrilling embrace of an exotic stranger." Mark -Pilgrim

-

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 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, ...)

-

Libxml2 implements a number of existing standards related to markup -languages:

+

"Programmingwithlibxml2 +is like the thrilling embrace of an exotic stranger." MarkPilgrim

+

Libxml2 is the XML C parser and toolkit developed for the Gnomeproject(but +usable outside of the Gnome platform), it is free softwareavailableunder the +MITLicense.XML +itself is a metalanguage to design markup languages, i.e.text languagewhere +semantic and structure are added to the content usingextra +"markup"information enclosed between angle brackets. HTML is the +mostwell-knownmarkup language. Though the library is written in C avariety of language bindingsmake it available inother +environments.

+

Libxml2 is known to be very portable, the library should build +andworkwithout serious troubles on a variety of systems (Linux, +Unix,Windows,CygWin, MacOS, MacOS X, RISC Os, OS/2, VMS, QNX, MVS, ...)

+

Libxml2 implements a number of existing standards related +tomarkuplanguages:

-

In most cases libxml2 tries to implement the specifications in a -relatively strictly compliant way. As of release 2.4.16, libxml2 passed all -1800+ tests from the OASIS XML Tests -Suite.

-

To some extent libxml2 provides support for the following additional -specifications but doesn't claim to implement them completely:

-