SAX: ignorable whitespace question

Eric Prud'hommeaux (eric@w3.org)
Sun, 2 Aug 1998 01:08:58 -0400 (EDT)


Should "abcd#20$20efgh" be reported as:
characters("abcd#20#20efgh")
characters("abcd#20efgh")
characters("abcd") ignorableWhitespace(#20#20) characters("efgh")
characters("abcd") ignorableWhitespace(#20) characters("efgh")

Also, is there a more appropriate forum for this sort of question?

-eric