[
Lists Home |
Date Index |
Thread Index
]
- From: Andrew Layman <andrewl@microsoft.com>
- To: xml-dev@ic.ac.uk
- Date: Fri, 18 Sep 1998 15:11:02 -0700
Perhaps you do not really have a problem. What I'm thinking is that if you
wrote something similar to the example you showed,
<foo xmlns:DC="http://purl.org/metadata/dublin_core">
<DC:Creator>Eric Hellman</DC:Creator>
</foo>
then the meaning of DC:Creator is not affected by any additions made to
Dublin Core. Your DTD remains valid, simply not as extensive as the
(expanded) Dublin Core.
This is certainly not a solution to all the issues that might arise when
combining elements from multiple namespaces, but it appears to work fine for
the example you cite.
Hope this is helpful,
Andrew Layman
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)
|