fixing (just) namespaces and validation

David Carlisle davidc at nag.co.uk
Wed Sep 8 14:08:56 BST 1999




Me> Surely _all_ DTDs do have this problem with the namespace REC.
David Megginson> That's because they're different layers.  

Yes, agreed, it wasn't really a criticism. The fact remains that at the
current time the `problem' is that there is no standard way of getting
from one layer to the other.

That is, if I have a namespace aware application that really doesn't
mind what prefix is used in a document instance, there is no convenient
standard way of supplying a DTD against which a set of documents to be
used with that application may be validated.

Of course it's easy enough to _do_ the validation, you just need to
specify (for example) an XSL transform that normalises the prefix to
match the DTD or just build this knowledge in to an extended XML parser
but there is nothing like the following that works in a cross platform
way

<!DOCTYPE 
  this instance uses document element foo:x
  but validate against this dtd which declares element x
  SYSTEM "x.dtd">
<foo:x xmlns:foo=...>
...

David


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/ and on CD-ROM/ISBN 981-02-3594-1
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