[
Lists Home |
Date Index |
Thread Index
]
- From: ht@cogsci.ed.ac.uk (Henry S. Thompson)
- To: MarkH@i2.co.uk
- Date: Thu, 30 Nov 2000 14:44:04 +0000
MarkH@i2.co.uk writes:
> Sailaja writes:
> > I need to process a large XML document which may not fit in the
> > memory at a time. Is there any software that lets me retain some
> > parts of the DOM representation of the document and purge the
> > remaining part of it. All this should be efficient in terms of both
> > memory and time.
LT XML [1], our free open source XML API and toolkit, provides a mixture
of SAX-like and DOM-like interfaces, which enables very large
documents to be processed without memory overload.
ht
[1] http://www.ltg.ed.ac.uk/software/xml/
--
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
W3C Fellow 1999--2001, part-time member of W3C Team
2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
URL: http://www.ltg.ed.ac.uk/~ht/
|