The feature states the following:

The only way that the parser can determine if text is ignorable is by
reading the associated grammar and having a content model for the document.
When ignorable white space text nodes are included in the DOM tree, they
will be flagged as ignorable. The ignorable flag can be queried by calling
the TextImpl#isIgnorableWhitespace():boolean method. This feature is
relevant only when the grammar is DTD.

My question is what does the parser consider ingnorableWhitespace?  My
question is prompted by the following:

Consider:

<keys>
        <key name = "foo">Blah</key>
        <key -------/>
<keys>

The parser is telling me that keys has 5 children, it looks like to be that
keys has 2 children.

Let me know.

Thanks,

Rob



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

Reply via email to