[
Lists Home |
Date Index |
Thread Index
]
- From: Peter Murray-Rust <peter@ursus.demon.co.uk>
- To: DML Development List <xml-dev@ic.ac.uk>
- Date: Sun, 02 Aug 1998 10:24:59
I proably confused you with my previous answer... I was replying to your
question about which forum to ask questions on.
At 01:08 02/08/98 -0400, Eric Prud'hommeaux wrote:
>Should "abcd#20$20efgh" be reported as:
Assuming this is in element content (e.g. <FOO>abcd efgh</FOO>
and means "abcd efgh", then it is passed without change, using
characters(). Ignorable whitespace occurs between elements and not inside
character strings. XML (unlike HTML) does not normalise character content
and all characters that are not markup are passed to the application.
Ignorable whitespace is a device that SAX provides to help the application
decide what action it may be able to take. If you are writing a SAX-based
application you will need to understand this concept.
P
Peter Murray-Rust, Director Virtual School of Molecular Sciences, domestic
net connection
VSMS http://www.nottingham.ac.uk/vsms, Virtual Hyperglossary
http://www.venus.co.uk/vhg
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)
|