[
Lists Home |
Date Index |
Thread Index
]
- From: "Michael J. Suzio" <msuzio@ford.com>
- To: xml-dev@ic.ac.uk
- Date: Mon, 23 Feb 1998 12:29:24 -0500
OK, to be more precise, the problem I think I'm seeing is that,
using an XML example, like this:
<QUOTE>
<SOURCE href="http://www.quotesrus.com/">
<LINE>This is line 1 of the quote</LINE>
</QUOTE>
I would expect (using SAX) to receive an ignorable() event when
the end of the opening QUOTE tag is reached, and the "\n " string
found. I'm not seeing that, using the DXP implementation. Should
I? I'm not sure if I see what circumstances actually alert
a parser that, yes, this whitespace is *not* significant. I
know it is supposed to pass the data to the application, but the
data is also supposed to be flagged, correct?
--
Michael J. Suzio
Web Technical Standards, WWW & Internet Applications
(313) 24-88120
msuzio@eccms1.dearborn.ford.com / msuzio@ford.com
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)
- References:
- xml:space
- From: Peter Murray-Rust <peter@ursus.demon.co.uk>
- Re: xml:space
- From: "Michael J. Suzio" <msuzio@ford.com>
- Re: xml:space
- From: David Megginson <ak117@freenet.carleton.ca>
|