[
Lists Home |
Date Index |
Thread Index
]
- From: "Don Park" <donpark@quake.net>
- To: "XML-Dev Mailing list" <xml-dev@ic.ac.uk>
- Date: Fri, 15 Jan 1999 13:41:40 -0800
Correct solution to this problem seems to be a combination approach where
document type information from multiple sources (file extension, HTTP
headers, etc.) are combined and presented to clients using abstracted
interface. Java Activation Framework does some of this but it doesn't go
far enough. Idealy clients should be able to specify a list of desired
document types and the degree of document type conversion.
Document type conversion comes into play when a requested document type is
not available directly but can be produced through one or more document type
converters. For example, if client can handle XSchema files but source
document is in XML-Data format, XML-Data can be converted to pure DTD (with
some information loss) and then converted to XSchema.
Don Park
Docuverse
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)
|