I am parsing a document with element-only content using Xerces/C 1.5.0.  I'm
using DOMParser's setIncludeIgnorableWhitespace() method to set the "include
ignorable whitespace" flag to false, but the parser is still adding text
nodes to the tree for ignorable whitespace (in this case, for the whitespace
indentation at the front of lines).  I've enabled validation by calling
setDoValidation(true), have the validation scheme set to Val_Auto, and am
using schemaLocation in my document to specify my namespaces & associated
schemas.  Is there something more I need to do?

Thanks,
Tim Dodd
Internet Security Systems

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to