[Home] [By Thread] [By Date] [Recent Entries]

  • From: Michael.Rohde@i...
  • To: xml-dev@l...
  • Date: Tue, 21 Nov 2000 11:23:30 +0100

[If anyone should find this is not a question to post in this list (I'm not
shure), please tell me a more suitable list.]

Using IBM XML4J version 3.01, I get a lot of extra textnodes containing nothing
but whitespace when parsing an indented XML document without validation with an
org.apache.xerces.parsers.DOMParser. I tried
parser.setIncludeIgnorableWhitespace(false); // and
parser.setFeature("http://apache.org/xml/features/dom/include-ignorable-whitespace",

false);
without preventing those whitespace nodes.

Is there a more elegant solution than afterwards traversing the tree and delete
them?

Thank you very much.



Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member