This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Paradigm clash between XML as document and as database


Benjamin Franz:

> Has *ANYONE* found a XML database product that actually does a XPath
> indexed and queriable database natively with DOM updating? Ideally with
> XSLT processing? Or at least a good enough implementation of XPath that I
> can tie it to XT or Xalan?

Well, we produce DbDOM, an open-source, persistent DOM implementation written 
in Python which can be used with 4XPath and 4XSLT (and 4RDF, 4XPointer, 
4XLink,...)

The latest version, 0.10.1 is not as fast as it could be: it so happens that 
we are in the middle of a fundamental re-write that is basically making it as 
fast and scalable as the underlying datastore (which can be SQL database, 
DB/DBM or the file system).  Version 0.10.2 is expected to be released in a 
fortnight.  Meanwhile you could check the base functionality to see if it 
matches your needs.  Of course, given that you mostly want to use Xalan or XT, 
it might now work for you.

DbDOM is bundled in 4Suite.  See

http://4Suite.org


-- 
Uche Ogbuji                               Principal Consultant
uche.ogbuji@fourthought.com               +1 303 583 9900 x 101
Fourthought, Inc.                         http://Fourthought.com 
4735 East Walnut St, Ste. C, Boulder, CO 80301-2537, USA
Software-engineering, knowledge-management, XML, CORBA, Linux, Python



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]