[
Lists Home |
Date Index |
Thread Index
]
- From: "Eric Prud'hommeaux" <eric@w3.org>
- To: DML Development List <xml-dev@ic.ac.uk>
- Date: 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
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|