Newbie Question
Sean Mc grath
digitome at iol.ie
Mon Sep 7 20:09:29 BST 1998
[Nigel Byrnes]
>C:\msxml>jview msxml -d1 me\simple.xml
>Root element name must match the DOCTYPE name
A validating XML parser enforces the constraint that the root
element of the document matches the element type name specified
in the doctype. So this snippet is ok:
<!DOCTYPE foo "bar.dtd">
<foo>
(foo matches foo)
but this is not:
<!DOCTYPE foo "bar.dtd">
<baz>
(foo does not match baz)
Non-validating parsers, on the other hand, don't care.
Sean Mc Grath
http://www.digitome.com/sean.htm
+353 96 47391
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/
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