http://www.w3.org/TR/1998/REC-xml-19980210.xml

dear people,

i was trying to use this version of the W3C recommendation for xml 1.0 to test
some homebrewing software. unfortunately, all the parsers i've used, validating
or not, cannot resolve the declared dtd in line 2
(http://www.w3.org/TR/1998/spec.dtd). the xml file when stored on disk starts
with:

<?xml version='1.0' encoding='ISO-8859-1' standalone='no'?>
<!DOCTYPE spec SYSTEM "spec.dtd" [

<!-- LAST TOUCHED BY: Tim Bray, 8 February 1997 -->

since the standalone attribute has been set to no there should be an dtd
available at http://www.w3.org/TR/1998/spec.dtd, which isn't.

or, do i miss something?

	j.

-- 
+------------------------------------+---------------------------------------+
| jan springer                       | jan.springer@informatik.uni-weimar.de |
| student, computer science          |                                       |
| bauhaus university weimar, germany | jsd@igroup.org                        |
+------------------------------------+---------------------------------------+

Received on Monday, 14 June 1999 10:24:05 UTC