From 008186fc7fe681c4fa0abd831bc4cb244f46ab01 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 13 Sep 2001 14:24:44 +0000 Subject: [PATCH] Trying to minimize the support pain, Daniel --- doc/FAQ.html | 68 +++++++++++++++++++++++++++++++++------------------- doc/xml.html | 15 ++++++------ 2 files changed, 52 insertions(+), 31 deletions(-) diff --git a/doc/FAQ.html b/doc/FAQ.html index 48217e63..a47314e2 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -3,7 +3,7 @@ Libxml Frequently Asked Questions - + @@ -43,8 +43,8 @@ href="http://xmlsoft.org/messages/">http://xmlsoft.org/messages/

  • Can I embed libxml in a proprietary application ?

    Yes. The W3C IPR allows you to also keep proprietary the changes you made to libxml, but it would be graceful to provide back bugfixes and - improvements as patches for possible incorporation in the main development - tree

    + improvements as patches for possible incorporation in the main + development tree

  • @@ -53,7 +53,8 @@ href="http://xmlsoft.org/messages/">http://xmlsoft.org/messages/

  • Unless you are forced to because your application links with a Gnome library requiring it, Do Not Use libxml1, use libxml2
  • -
  • Where can I get libxml ? +
  • Where can I get libxml + ?

    The original distribution comes from rpmfind.net or gnome.org

    @@ -64,16 +65,16 @@ href="http://xmlsoft.org/messages/">http://xmlsoft.org/messages/

  • I see libxml and libxml2 releases, which one should I install ?