Re: schema validation usage

2005-03-10 Thread Steve Szabo
On Wed, 2005-03-09 at 14:44 -0800, [EMAIL PROTECTED] wrote: > > XercesDOMParser *parser = new XercesDOMParser; > > DOMTreeErrorReporter *errReporter = new DOMTreeErrorReporter (); > > Do you really need to build a DOM tree? No I don't, but I have also tried the SAX parser with the same results >

Re: schema validation usage

2005-03-09 Thread david_n_bertoni
> XercesDOMParser *parser = new XercesDOMParser; > DOMTreeErrorReporter *errReporter = new DOMTreeErrorReporter (); Do you really need to build a DOM tree? > It seems that each call to event () is fairly expensive - running at about 23 docs/sec > on my system here at work I can't give an opinio