[
Lists Home |
Date Index |
Thread Index
]
- From: "James Tauber" <jtauber@jtauber.com>
- To: <Usha_R2@verifone.com>, <xml-dev@ic.ac.uk>
- Date: Fri, 28 Aug 1998 20:50:45 +0800
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@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@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)
|