SAX: ignorable whitespace question

Eric Prud'hommeaux eric at w3.org
Sun Aug 2 07:09:11 BST 1998


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


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list