[
Lists Home |
Date Index |
Thread Index
]
- To: xml-dev@lists.xml.org
- Subject: RE: [xml-dev] RDDL and document types was : Re: [xml-dev] The task to be solved by RDDL.
- From: "Bullard, Claude L (Len)" <clbullar@ingr.com>
- Date: Wed, 23 Jan 2002 13:29:03 -0600
Is this thread on its way to reinventing NOTATION
and SUBDOC without the <!DOCTYPE ?
len
-----Original Message-----
From: John Aldridge [mailto:john.aldridge@informatix.co.uk]
At 1014 23/01/2002 -0500, Elliotte Rusty Harold wrote:
I don't think it's as clear cut as this. Imagine that your application, for
whatever reason, wants to package several XML documents together into one
overall document. You might then want to write:
<DocSet rddl:doctype="http://whatever/DocSet">
<doc1 rddl:doctype="http://whatever/doctype1">
:
</doc1>
<doc2 rddl:doctype="http://whatever/doctype2">
:
</doc2>
</DocSet>
I.e. the document type wants to be associated with a whole (sub)tree of an
XML document, and not just the document as a whole.
Note that this is not the same thing as saying that the document type is
implied by an element type because, for example, the contents of some
<html> elements will be plain old documentation, and others will be RDDL
resource directories.
|