From 7300193becde71a344c8ac0973dc290fa24d800d Mon Sep 17 00:00:00 2001 From: Raphaƫl Hertzog Date: Tue, 25 Aug 2015 21:55:54 +0200 Subject: Imported Upstream version 2.9.1+dfsg1 --- doc/intro.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/intro.html') diff --git a/doc/intro.html b/doc/intro.html index 551bea4..def9829 100644 --- a/doc/intro.html +++ b/doc/intro.html @@ -9,8 +9,7 @@ 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