Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Optimizing character checking

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Laurent Bihanic <laurent.bihanic AT atosorigin.com>
  • To: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Optimizing character checking
  • Date: Fri, 16 May 2003 14:07:20 +0200


Elliotte Rusty Harold wrote:
The next release of XOM (1.0d14) will have removed almost all verification from the document parsing process, which results in significant speed ups. It was redundant because the parser does that checking anyway. No need to do it twice.

As someone who sometimes writes custom XMLReaders to convert weird file / database / object formats into XML to feed them into an object model (JDOM, XOM), I like being able to force these verifications to happen rather than having to re-code them in my readers.

Laurent





Archive powered by MHonArc 2.6.24.

Top of Page