dynamic XML?

Thomas B. Passin tpassin at mitretek.org
Thu Nov 4 15:33:38 GMT 1999


From: Dan Gunter <DKGunter at lbl.gov>
>I am working with some people who want to publish performance monitoring
>information in a standard exchange format. The details of the common
>vocabulary are still being discussed, but even at this early stage there
>are some technical questions about XML's use for such a task.
>
>One question is: assuming that the "things" being monitored, as well as
>the "characteristics" of the things being recorded, can change over
>time, is there a good way to dynamically add (even subtract) bits and
>pieces of the schema during the lifetime of the connection? I was
>thinking of something along the lines of a special couple of tags that
>tell the client to add/remove "things" or "characteristics" from its
>expected monitored events. Perhaps some of you have seen variations on
>this problem before?
>
>As a side note, XSchema looks more attractive than DTD's for this
>application (strict typing, among other things, would be nice).
>


I don't see that this has anything to do with DTDs or schemas.  As best I
understand you, you don't want to change the design or architecture of your
documents, you just what to change the details of the content.  This is not what
schemas are for.  If you want to change the list of monitored events, as you,
say you can just use some special tags to spell them out.  Your DTD can specify
that those specified tags are part of the document design, just like any other
tags.  The schema does not have to change just because you change the list of
items to be monitored.

Here is an analogy:  you wouldn't expect to switch from English to German  just
because you stopped monitoring parameter # 27, would you?  Well, you wouldn't
change the schema either.

Tom Passin


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 unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe 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