Re: How should text be normalized for tests?

Agreed; from your description, it sounds like the problem isn't Expat, and
the answer is to plug in a smarter DOM-builder which either
buffers/accumulates contiguous text and normalizes during construction, or
which calls normalize() before handing the document off to the users (and
the testcase). The former is the traditional solution for SAX-driven DOM
builders.

______________________________________
Joe Kesselman  / IBM Research

Received on Monday, 25 March 2002 11:19:07 UTC