Re: [xml] Install part of the libxml?

Date view Thread view Subject view Author view

From: Daniel Veillard (Daniel.Veillard@w3.org)
Date: Wed Jun 21 2000 - 06:09:07 EDT


On Tue, Jun 20, 2000 at 04:59:29PM -0400, rcx195@us.ibm.com wrote:
>
> I am trying to build a WML browser based on libxml. However, the
> library(2.0.0) is too big for me since I am going to run it in a wearable
> device.
> Is there any way that I can choose to install part of the libxml? For
> example, I do not need SAX support.

  SAX is really core to libxml, you can't remove it.
  ./configure --help shows the parts which can be removed at compile time:
  --with-buffers Use buffers for node content (off)
  --with-ftp Add the FTP support (on)
  --with-http Add the HTTP support (on)
  --with-html Add the HTML support (on)
  --with-xpath Add the XPATH support (on)
  --with-iconv Add the ICONV support (on)
  --with-debug Add the debugging module (on)
  --with-mem-debug Add the memory debugging module (off)

  So basically you can get rid of:
  - FTP HTTP HTML XPATH and the debugging module
  I suggest you keep iconv support if found on your machine, espacially
with respect to recent abuse in (non) XML encoding support in WAP related
software and pages.

Daniel

-- 
Daniel.Veillard@w3.org | W3C, INRIA Rhone-Alpes  | Today's Bookmarks :
Tel : +33 476 615 257  | 655, avenue de l'Europe | Linux XML libxml WWW
Fax : +33 476 615 207  | 38330 Montbonnot FRANCE | Gnome rpm2html rpmfind
 http://www.w3.org/People/all#veillard%40w3.org  | RPM badminton Kaffe
----
Message from the list xml@xmlsoft.org
Archived at : http://xmlsoft.org/messages/
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@xmlsoft.org


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Wed Aug 02 2000 - 12:30:15 EDT