I had
the same problem. In fact using the method isIgnorableWhiteSpace() doesn't work
in this case.
To
solve this problem, I used a DOM_TreeWalker to eliminate all the text node that
has data only based on whitespace, tab and '/n'. Thanks to this I deleted all
the empty text nodes.
ragards,
Fabrice.
|
- setIncludeIgnorableWhitespace working? Aleix Ventayol
- setIncludeIgnorableWhitespace working? Fabrice MARE
- setIncludeIgnorableWhitespace working? Aleix Ventayol
- RE: setIncludeIgnorableWhitespace working? Fabrice MARE
- Re: setIncludeIgnorableWhitespace working? Joseph Kesselman/CAM/Lotus