From 2ee13d9e464a1f5daccaff58f5d09d36b7c4f667 Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Mon, 21 Sep 2015 22:58:06 +0800 Subject: Revert "Imported Upstream version 2.9.1+dfsg1" This reverts commit 7300193becde71a344c8ac0973dc290fa24d800d. --- doc/intro.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/intro.html') diff --git a/doc/intro.html b/doc/intro.html index def9829..551bea4 100644 --- a/doc/intro.html +++ b/doc/intro.html @@ -9,7 +9,8 @@ H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } Introduction
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

The XML C parser and toolkit of Gnome

Introduction

Main Menu
Related links

This document describes libxml, the XML C parser and toolkit developed for the Gnome project. XML is a standard for building tag-based -structured documents/data.

Here are some key points about libxml:

  • Libxml2 exports Push (progressive) and Pull (blocking) type parser +structured documents/data.

    Here are some key points about libxml:

      +
    • Libxml2 exports Push (progressive) and Pull (blocking) type parser interfaces for both XML and HTML.
    • Libxml2 can do DTD validation at parse time, using a parsed document instance, or with an arbitrary DTD.
    • -- cgit v1.2.3