[
Lists Home |
Date Index |
Thread Index
]
- From: "Didier PH Martin" <martind@netfolder.com>
- To: "'XML Dev'" <xml-dev@ic.ac.uk>,"Don Park" <donpark@docuverse.com>
- Date: Thu, 25 Nov 1999 06:48:57 -0500
Hi Don,
An element is OK especially if this element is identified as part of the xml
namespace. We can then have either:
<xml:schema href="http://www.foo.bar/schemas/ecom"/>
or
<xml:schema>
...schema content here ...
</xml:schema>
idem for meta data reference
<rdf:RDF hRef="http://www.foo.bar/schemas/ecom"/>
or
<rdf:RDF>
...meta data content here ...
</rdf:RDF>
This has the merit to be simple, easy to use and remember and most of all -
it has a coherent rule.
I added the "/" at the end of the element. Is it like that in SML when you
have a singleton element?
Cheers
Didier PH Martin
mailto:martind@netfolder.com
http://www.netfolder.com
-----Original Message-----
From: owner-xml-dev@ic.ac.uk [mailto:owner-xml-dev@ic.ac.uk]On Behalf Of
Don Park
Sent: Thursday, November 25, 1999 1:27 AM
To: 'XML Dev'
Subject: RE: Linking a XML document to its schema
>How about a pr*c*ss*ng *nstr*ct**n instead?
I really think it would be simpler to just use
an element and damn the sentiments over 'main
document structure'. I prefer:
<xml:schema href="http://www.foo.bar/schemas/ecom">
over
<?xml:schema href="http://www.foo.bar/schemas/ecom"?>
Most of the APIs out there does not offer any parsing
support for PI data.
Best,
Don Park - mailto:donpark@docuverse.com
Docuverse - http://www.docuverse.com
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/ and on CD-ROM/ISBN
981-02-3594-1
To unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe 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)
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/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe 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)
|