Is this invalid?
Lars Marius Garshol
larsga at ifi.uio.no
Mon Mar 22 17:00:36 GMT 1999
* Didier PH Martin
|
| Is this markup an invalid XML element?
|
| <!AFDR "ISO/IEC 10744:1997">
No. It's not an XML element at all, it's an invalid declaration, since
XML does not have AFDR declarations.
| IE 5.x XML parser reject this markup as an invalid element
|
| Declaration has an invalid name. Line 1, Position 3
|
| <!AFDR "ISO/IEC 10744:1997">
In fact it recognizes it to be a declaration, but rightly complains
that it's not recognized.
| <!DOCTYPE....> ???, <!doctype....> ???, both ????
Only DOCTYPE.
| <!SGML...> ????, <!sgml..> ???, both ???
None of these are allowed. From an SGML point of view XML has a fixed
SGML declaration, from the XML point of view there is no such thing as
an SGML declaration.
| In which document is this listed? I know that these are all valid
| SGML markup and there is ISO documents on it, but where can I find
| W3C documents giving that information?
The XML specification would be an obvious place to look:
<URL:http://www.w3.org/TR/REC-xml>
--Lars M.
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list