You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Arnold, Curt" <Cu...@hyprotech.com> on 2000/07/18 00:38:19 UTC

RE: Dummy (?) nodes

Joe's analysis is correct.  You can get the behavior that you want by
calling setIncludeIgnorableWhitespace with an argument of false which will drop explicit the text nodes
for your carriage returns and tabs.
 
parser.setIncludeIgnorableWhitespace(false);