[XML-SIG] DOM performance?

Uche Ogbuji uche.ogbuji@fourthought.com
10 Jun 2002 13:12:17 -0600


On Mon, 2002-06-10 at 11:19, Jed Parsons wrote:
> 
> Regarding dom implementations:
> > Option two: Even faster, but requires additional software.
> > 
> > Install 4Suite 0.12.0.  Preferably a recent CVS snapshot.  Then use cDomlette
> > 
> > import sys
> > from Ft.Xml.Domlette import NonvalidatingReader
> > doc = NonvalidatingReader.parseStream(sys.stdin)
> 
> Should that be from Ft.Xml.cDomlette? 
> 
> And is there a way to instruct 4xslt to use the cDomlette parser by
> default?

cDomlette was made the default some time last month.

I suggest not explicitly using cDomlette anymore, in order to make your
code more portable.  If it's on a platform on which cDomlette is
supported (UNIX, Windows, OS X so far), it will be used.


-- 
Uche Ogbuji                                    Fourthought, Inc.
http://uche.ogbuji.net    http://4Suite.org    http://fourthought.com
Track chair, XML/Web Services One (San Jose, Boston):
http://www.xmlconference.com/
DAML Reference - http://www.xml.com/pub/a/2002/05/01/damlref.html
The Languages of the Semantic Web -
http://www.newarchitectmag.com/documents/s=2453/new1020218556549/index.html
XML, The Model Driven Architecture, and RDF @ XML Europe -
http://www.xmleurope.com/2002/kttrack.asp#themodel