Re: How to ignore whitespaces

The DOM hasn't architected a mechanism for recognizing whitespaces in
element context (sometimes called "ignorable whitespace"). That requires
DTD support, which is expected in DOM Level 3.

Meanwhile, you're stuck with searching your parser's documentation to see
if they have a custom/nonportable mechanism for recognizing these.

______________________________________
Joe Kesselman  / IBM Research

Received on Monday, 20 March 2000 12:12:22 UTC