OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: Distributed DOM implementations

[ Lists Home | Date Index | Thread Index ]
  • From: Pavel Velikhov <pvelikho@cs.ucsd.edu>
  • To: Dave Winer <dave@userland.com>
  • Date: Wed, 27 Jan 1999 16:20:11 -0800

Dave Winer wrote:
> 
> That's a very interesting idea! If we (UserLand) did this, it would not be
> free, but it could be very high level and quite powerful. Flip a switch and
> all of a sudden your code is working against data on the server. Can you
> say what kind of application you have in mind for this? Dave

 I have build a prototype of an XML database system, but I have found
out that
the XML parser is the chief performance bottleneck (DOM is my "storage
model").
I.e. to query a document I have to parse all of it, even though the
query may
concern only a tiny fragment of it. Instead, if the document is
pre-parsed and
stored in some efficient representation (either main memory tree or some
hierarchial
representation on disk) and is available via DOM commands, I would save
a lot of
time.

> At 02:57 PM 1/27/99 -0800, you wrote:
> >Hi,
> >
> >       I would like to find out if there are any known distributed
> >implementations of DOM (and free). What I mean by this is an ability to
> >access remote XML documents through a DOM interface but not by
> >downloading and parsing them locally. Instead I need a parser or
> >whatever (e.g. OODB wrapper) on the other end to give me result of the
> >DOM commands only.
> >
> >Thank you,
> >Pavel Velikhov
> >UCSD Database Lab
> >pvelikho@cs.ucsd.edu

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS