Re: Re: From TODO, XML? - Mailing list pgsql-hackers

From Karel Zak
Subject Re: Re: From TODO, XML?
Date
Msg-id 20010730103854.D989@ara.zf.jcu.cz
Whole thread Raw
In response to Re: Re: From TODO, XML?  (Gavin Sherry <swm@linuxworld.com.au>)
List pgsql-hackers
On Mon, Jul 30, 2001 at 03:43:26PM +1000, Gavin Sherry wrote:
> On Mon, 30 Jul 2001, mlw wrote:
> 
> I have had the same problem. The best XML parser I could find was the
> gnome-xml library at xmlsoft.org (libxml). I am currently using this in C
What happen if you use DOM type of XML parser for large file? A dump from
SQL DB can be realy large. IMHO is for this (data dump from SQL DB) is
better SAX type of XML parser.

> an XSL stylesheet to transform an XML based database dump from some third
Yes, it's right way how use XML.
        Karel

-- Karel Zak  <zakkr@zf.jcu.cz>http://home.zf.jcu.cz/~zakkr/C, PostgreSQL, PHP, WWW, http://docs.linux.cz,
http://mape.jcu.cz


pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: Re: From TODO, XML?
Next
From: mlw
Date:
Subject: Re: From TODO, XML?