[
Lists Home |
Date Index |
Thread Index
]
- From: "Henry S. Thompson" <ht@cogsci.ed.ac.uk>
- To: xml-dev@ic.ac.uk
- Date: Thu, 29 Oct 1998 14:49:20 GMT
I'd be interested in reports from validating parsers wrt the
following:
<!DOCTYPE foo [
<!ELEMENT foo (a+)>
<!ENTITY empty ''>
<!ENTITY space ' '>
<!ELEMENT a EMPTY>]>
<foo>
∅
<a/>
&space;
<a/>
<![CDATA[]]>
<a/>
<![CDATA[ ]]>
<a/>
</foo>
You might be interested in trying to predict the results BEFORE
running the parser.
nsgmls -wxml -c .../xml.soc
gives a surprising answer, which I'll post tomorrow.
ht
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)
|