"ignorable white space"

DOM Level 3 calls for:

     whitespace in element content (aka "ignorable
     whitespace"). Does this Text node only contain
     whitespace in element content? 

How will this be accomplished?  Will the Text class have
an "ignorable()" method, or will the interface hierarchy
change:

           CharacterData
        ________|________
        |               |
     Comment           Text
                        |
                   CDATASection

going to something like:

           CharacterData
        ________|________
        |               |
     Comment           Text
               _________|_________
               |                 |
         IgnorableText       CDATASection

Sincerely,
Kevin Regan
kevinr@valicert.com

p.s. Can CDATA sections be located in "ignorable" areas?

Received on Sunday, 11 June 2000 22:17:18 UTC