Re: [xml] Dumping in fixed-size chunks



On Tue, Apr 29, 2003 at 03:28:58PM +0100, Mark Itzcovitz wrote:
There are a whole bunch of useful functions for dumping out a tree, but I
can't find anything that will dump out in fixed-size chunks, equivalent to
the push method for parsing. Am I missing something?

  Maybe that 4000 bytes in the middle of a document is not
an useful object in itself, so there is no API to address
serialization at that level.
  Internally the xmlOutputBuffer layer will push chunk of
serialized XML out, but that process is driven by the higher
level APIs you mention and not perceived useful as is. See
xmlIO.[ch] for more complete informations.

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]