[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [xml] Compression?!



On Sun, Jun 22, 2003 at 12:08:28PM +0200, Thomas Rokohl wrote:
> hi,
> 
> is there a simple way to give the parser a packed xml file.
> at the moment i use
> 
> ctxt=xmlCreateFileParserCtxt(filename);
> xmlParseDocument(ctxt);
> 
> 
> to read the xml file.
> but my files become very large and so i will compress it.

  libxml2 handles automatically gzip compression if the zlib library
was found at compilation time.

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]