Help needed in XMl - Data
James Tauber
jtauber at jtauber.com
Fri Aug 28 14:50:33 BST 1998
An XML document has the form:
XML Declaration (optional)
Prolog (optional)
Document Element
Miscellaneous Comments and/or PIs (optional)
In your case, <s:schema>...</s:schema> is the Document Element. (There can
only be one).
So the only thing allowed after </s:schema> is a comment or PI, hence
mxsml's error.
Also, the XML Declaration should be <?xml version='1.0' ?> (ie lower case
xml)
James
--
James Tauber / jtauber at jtauber.com http://www.jtauber.com/
Lecturer and Associate Researcher
Electronic Commerce Network ( http://www.xmlinfo.com/
Curtin Business School ( http://www.xmlsoftware.com/
Perth, Western Australia ( http://www.schema.net/
><?XML version='1.0' ?>
><s:schema>
[...]
></s:schema>
><Book>
> <author>Henry Ford</author>
> <author>Samuel Crowther</author>
> <title>My Life and<titlePart>Work</titlePart></title>
></Book>
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