From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Tolpin Message-Id: <200402191730.i1JHUA9U016204@adat.davidashen.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] OT: small xml parser found! In-Reply-To: <1dd0721088cc216e28ec2634fe9f08d2@vitanuova.com> Content-Type: text/plain; charset=KOI8-R Date: Thu, 19 Feb 2004 21:30:10 +0400 Topicbox-Message-UUID: eef5a398-eacc-11e9-9e20-41e7f4b1d025 > > So, do you need DOM on top of Expat? > > no. > > the main point of my implementation was that it only stores a single > element at a time in memory, unlike DOM, which i believe stores > the whole document. DOM is not an implementation. DOM is an interface. up|down|next is Document Object Model. How much it stores in memory is an implementation issue. It's on a different level. David Tolpin