I'm wondering how I get rid of extra whitespace. I seem to be getting an extra text node in the DOM tree for every return character/linefeed at the end of a line. I've tried the following with no apparent change in behavior....
fConfiguration.setFeature("http://apache.org/xml/features/dom/include-ignorable-whitespace", false);
Are return characters/line feeds not "ignorable-whitespace"? Seems to me they are unless they are inside <pre> or the like. Then again, maybe I'm missing something?
Jake
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
