[Home] [By Thread] [By Date] [Recent Entries]

  • To: "Miguel A. Robles" <marobles.sag@m...>
  • Subject: Re: Big XML file
  • From: Daniel Veillard <veillard@r...>
  • Date: Thu, 10 Jul 2003 16:05:10 -0400
  • Cc: xml-dev@l...
  • In-reply-to: <019701c33ca7$03299e50$b4fb850a@a...>; from marobles.sag@m... on Fri, Jun 27, 2003 at 02:24:10PM +0200
  • References: <019701c33ca7$03299e50$b4fb850a@a...>
  • Reply-to: veillard@r...
  • User-agent: Mutt/1.2.5.1i

On Fri, Jun 27, 2003 at 02:24:10PM +0200, Miguel A. Robles wrote:
> Dear colleagues,
> 
> I usually work with XML for sending on information between different servers or applications. For example, currently I'm working with web services and everithing works fine. The problem appears now, because I have to parse a document containing a lot of information. DOM is not enough to accomplish the object because the document is extremly large, and I don't know how SAX deals with this kind of files. 
> 
> I know that XML is not intended for containing so much information, but I have to think about a possible solution.
> 
> What do you think I could act to fix the problem?

  Well if you're ready to go C or Python, libxml2 recent versions can handle
(and validate) very large XML instances using an API based on C# xmlReader,
there are documentation at
   http://xmlsoft.org/xmlreader.html
 Note that you can ask to expand a subtree and use XPath on it for convenience.
I Relax-NG validated a 4.5GByte instance with it a couple of months ago 
(on a 32bits architecture).

Daniel

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

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member